Html Css Color HEX #145FE9 Navy Blue

📋 copy color: '#145FE9'

red 20 ◦ green 95 ◦ blue 233

#145FE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #145FE9

Tints of Navy Blue #145FE9

RGB

 RED value IS 20 (8.2% from 255) = 5.75%

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 233 (91.41% from 255) = 66.95%

R = 5.75%
G = 27.3%
B = 66.95%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#145FE9 (or 0x145FE9) is known color: Navy Blue. HEX triplet: 14, 5F and E9. RGB value is (20,95,233). Sum of RGB (Red+Green+Blue) = 20+95+233=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 233 (91.41% from 255 or 66.95% from 348); Max value from RGB is 233 - color contains mainly: blue. Hex color #145FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FE9 is #EBA016. Grayscale: #575757. Windows color (decimal): -15441943 or 15294228. OLE color: 15294228.

HSL color Cylindrical-coordinate representation of color #145FE9: hue angle of 218.87º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145FE9 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 95 233 -
CMYK 0.91 0.59 0 0.09
HSL 218.87º 0.84% 0.5% -
HSV(B) 218.87º 0.91% 0.91% -
XYZ 19.09 14.22 78.83 -
YUV 88.31 209.65 79.28 -
System Red Green Blue C M Y K H S L
Decimal 20 95 233 0.91 0.59 0 0.09 218.87 0.84 0.5
Hex 14 5F E9 5B 3B 0 9 DB 54 32
Octal 24 137 351 133 73 0 11 333 124 62
Binary 10100 1011111 11101001 1011011 111011 0 1001 11011011 1010100 110010

Color Harmonies of #145FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FE9

Black with #145FE9

Text Example


Text Example

White with #145FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145FE9; }

 p { color: rgb(20,95,233); }

 H1.HeaderClassName
 {
   color: #145FE9;
 }
 .AnyTagClassName
 {
   color: #145FE9;
 }
</style>

background-color css

<style>
 a { background-color: #145FE9; }

 a { background-color: rgb(20,95,233); }

 div.DivClassName
 {
   background-color: #145FE9;
 }
 .BgClassName
 {
   background-color: #145FE9;
 }
</style>

border-color css

<style>
 span { border-color: #145FE9; }

 span { border-color: rgb(20,95,233); }

 td.TdClassName
 {
   border-color: #145FE9;
 }
 .TagClassName
 {
   border-color: #145FE9;
 }
</style>