Html Css Color HEX #026CDA Navy Blue

📋 copy color: '#026CDA'

red 2 ◦ green 108 ◦ blue 218

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

Shades of Navy Blue #026CDA

Tints of Navy Blue #026CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.46%

R = 0.61%
G = 32.93%
B = 66.46%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#026CDA (or 0x026CDA) is known color: Navy Blue. HEX triplet: 02, 6C and DA. RGB value is (2,108,218). Sum of RGB (Red+Green+Blue) = 2+108+218=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #026CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CDA is #FD9325. Grayscale: #585858. Windows color (decimal): -16618278 or 14314498. OLE color: 14314498.

HSL color Cylindrical-coordinate representation of color #026CDA: hue angle of 210.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CDA is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 108 218 -
CMYK 0.99 0.50 0 0.15
HSL 210.56º 0.98% 0.43% -
HSV(B) 210.56º 0.99% 0.85% -
XYZ 18.04 15.8 68.43 -
YUV 88.85 200.88 66.06 -
System Red Green Blue C M Y K H S L
Decimal 2 108 218 0.99 0.50 0 0.15 210.56 0.98 0.43
Hex 2 6C DA 63 32 0 F D3 62 2B
Octal 2 154 332 143 62 0 17 323 142 53
Binary 10 1101100 11011010 1100011 110010 0 1111 11010011 1100010 101011

Color Harmonies of #026CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CDA

Black with #026CDA

Text Example


Text Example

White with #026CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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