Html Css Color HEX #026CED Navy Blue

📋 copy color: '#026CED'

red 2 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #026CED

Tints of Navy Blue #026CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 0.58%
G = 31.12%
B = 68.3%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#026CED (or 0x026CED) is known color: Navy Blue. HEX triplet: 02, 6C and ED. RGB value is (2,108,237). Sum of RGB (Red+Green+Blue) = 2+108+237=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #026CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026CED is #FD9312. Grayscale: #5A5A5A. Windows color (decimal): -16618259 or 15559682. OLE color: 15559682.

HSL color Cylindrical-coordinate representation of color #026CED: hue angle of 212.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CED is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 108 237 -
CMYK 0.99 0.54 0 0.07
HSL 212.94º 0.98% 0.47% -
HSV(B) 212.94º 0.99% 0.93% -
XYZ 20.67 16.85 82.28 -
YUV 91.01 210.38 64.51 -
System Red Green Blue C M Y K H S L
Decimal 2 108 237 0.99 0.54 0 0.07 212.94 0.98 0.47
Hex 2 6C ED 63 36 0 7 D5 62 2F
Octal 2 154 355 143 66 0 7 325 142 57
Binary 10 1101100 11101101 1100011 110110 0 111 11010101 1100010 101111

Color Harmonies of #026CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CED

Black with #026CED

Text Example


Text Example

White with #026CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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