Html Css Color HEX #026FCB Navy Blue

📋 copy color: '#026FCB'

red 2 ◦ green 111 ◦ blue 203

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

Shades of Navy Blue #026FCB

Tints of Navy Blue #026FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 203 (79.69% from 255) = 64.24%

R = 0.63%
G = 35.13%
B = 64.24%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#026FCB (or 0x026FCB) is known color: Navy Blue. HEX triplet: 02, 6F and CB. RGB value is (2,111,203). Sum of RGB (Red+Green+Blue) = 2+111+203=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #026FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FCB is #FD9034. Grayscale: #585858. Windows color (decimal): -16617525 or 13332226. OLE color: 13332226.

HSL color Cylindrical-coordinate representation of color #026FCB: hue angle of 207.46º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FCB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 111 203 -
CMYK 0.99 0.45 0 0.20
HSL 207.46º 0.98% 0.4% -
HSV(B) 207.46º 0.99% 0.8% -
XYZ 16.49 15.69 58.66 -
YUV 88.9 192.39 66.02 -
System Red Green Blue C M Y K H S L
Decimal 2 111 203 0.99 0.45 0 0.20 207.46 0.98 0.4
Hex 2 6F CB 63 2D 0 14 CF 62 28
Octal 2 157 313 143 55 0 24 317 142 50
Binary 10 1101111 11001011 1100011 101101 0 10100 11001111 1100010 101000

Color Harmonies of #026FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FCB

Black with #026FCB

Text Example


Text Example

White with #026FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,111,203); }

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

background-color css

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

 a { background-color: rgb(2,111,203); }

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

border-color css

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

 span { border-color: rgb(2,111,203); }

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