Html Css Color HEX #145FE2 Navy Blue

📋 copy color: '#145FE2'

red 20 ◦ green 95 ◦ blue 226

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

Shades of Navy Blue #145FE2

Tints of Navy Blue #145FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 66.28%

R = 5.87%
G = 27.86%
B = 66.28%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#145FE2 (or 0x145FE2) is known color: Navy Blue. HEX triplet: 14, 5F and E2. RGB value is (20,95,226). Sum of RGB (Red+Green+Blue) = 20+95+226=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 226 (88.67% from 255 or 66.28% from 341); Max value from RGB is 226 - color contains mainly: blue. Hex color #145FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FE2 is #EBA01D. Grayscale: #565656. Windows color (decimal): -15441950 or 14835476. OLE color: 14835476.

HSL color Cylindrical-coordinate representation of color #145FE2: hue angle of 218.16º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145FE2 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 95 226 -
CMYK 0.91 0.58 0 0.11
HSL 218.16º 0.84% 0.48% -
HSV(B) 218.16º 0.91% 0.89% -
XYZ 18.11 13.82 73.67 -
YUV 87.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 20 95 226 0.91 0.58 0 0.11 218.16 0.84 0.48
Hex 14 5F E2 5B 3A 0 B DA 54 30
Octal 24 137 342 133 72 0 13 332 124 60
Binary 10100 1011111 11100010 1011011 111010 0 1011 11011010 1010100 110000

Color Harmonies of #145FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FE2

Black with #145FE2

Text Example


Text Example

White with #145FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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