Html Css Color HEX #026CDF Navy Blue

📋 copy color: '#026CDF'

red 2 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #026CDF

Tints of Navy Blue #026CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.97%

R = 0.6%
G = 32.43%
B = 66.97%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#026CDF (or 0x026CDF) is known color: Navy Blue. HEX triplet: 02, 6C and DF. RGB value is (2,108,223). Sum of RGB (Red+Green+Blue) = 2+108+223=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #026CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CDF is #FD9320. Grayscale: #585858. Windows color (decimal): -16618273 or 14642178. OLE color: 14642178.

HSL color Cylindrical-coordinate representation of color #026CDF: hue angle of 211.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CDF is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 108 223 -
CMYK 0.99 0.52 0 0.13
HSL 211.22º 0.98% 0.44% -
HSV(B) 211.22º 0.99% 0.87% -
XYZ 18.71 16.07 71.93 -
YUV 89.42 203.38 65.65 -
System Red Green Blue C M Y K H S L
Decimal 2 108 223 0.99 0.52 0 0.13 211.22 0.98 0.44
Hex 2 6C DF 63 34 0 D D3 62 2C
Octal 2 154 337 143 64 0 15 323 142 54
Binary 10 1101100 11011111 1100011 110100 0 1101 11010011 1100010 101100

Color Harmonies of #026CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CDF

Black with #026CDF

Text Example


Text Example

White with #026CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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