Html Css Color HEX #026CE8 Navy Blue

📋 copy color: '#026CE8'

red 2 ◦ green 108 ◦ blue 232

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

Shades of Navy Blue #026CE8

Tints of Navy Blue #026CE8

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 232 (91.02% from 255) = 67.84%

R = 0.58%
G = 31.58%
B = 67.84%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#026CE8 (or 0x026CE8) is known color: Navy Blue. HEX triplet: 02, 6C and E8. RGB value is (2,108,232). Sum of RGB (Red+Green+Blue) = 2+108+232=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 232 (91.02% from 255 or 67.84% from 342); Max value from RGB is 232 - color contains mainly: blue. Hex color #026CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026CE8 is #FD9317. Grayscale: #595959. Windows color (decimal): -16618264 or 15232002. OLE color: 15232002.

HSL color Cylindrical-coordinate representation of color #026CE8: hue angle of 212.35º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CE8 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 108 232 -
CMYK 0.99 0.53 0 0.09
HSL 212.35º 0.98% 0.46% -
HSV(B) 212.35º 0.99% 0.91% -
XYZ 19.95 16.56 78.49 -
YUV 90.44 207.88 64.92 -
System Red Green Blue C M Y K H S L
Decimal 2 108 232 0.99 0.53 0 0.09 212.35 0.98 0.46
Hex 2 6C E8 63 35 0 9 D4 62 2E
Octal 2 154 350 143 65 0 11 324 142 56
Binary 10 1101100 11101000 1100011 110101 0 1001 11010100 1100010 101110

Color Harmonies of #026CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CE8

Black with #026CE8

Text Example


Text Example

White with #026CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026CE8; }

 p { color: rgb(2,108,232); }

 H1.HeaderClassName
 {
   color: #026CE8;
 }
 .AnyTagClassName
 {
   color: #026CE8;
 }
</style>

background-color css

<style>
 a { background-color: #026CE8; }

 a { background-color: rgb(2,108,232); }

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

border-color css

<style>
 span { border-color: #026CE8; }

 span { border-color: rgb(2,108,232); }

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