Html Css Color HEX #0269CB Navy Blue

📋 copy color: '#0269CB'

red 2 ◦ green 105 ◦ blue 203

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

Shades of Navy Blue #0269CB

Tints of Navy Blue #0269CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

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

R = 0.65%
G = 33.87%
B = 65.48%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0269CB (or 0x0269CB) is known color: Navy Blue. HEX triplet: 02, 69 and CB. RGB value is (2,105,203). Sum of RGB (Red+Green+Blue) = 2+105+203=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #0269CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269CB is #FD9634. Grayscale: #545454. Windows color (decimal): -16619061 or 13330690. OLE color: 13330690.

HSL color Cylindrical-coordinate representation of color #0269CB: hue angle of 209.25º 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 #0269CB is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 105 203 -
CMYK 0.99 0.48 0 0.20
HSL 209.25º 0.98% 0.4% -
HSV(B) 209.25º 0.99% 0.8% -
XYZ 15.86 14.43 58.45 -
YUV 85.38 194.38 68.53 -
System Red Green Blue C M Y K H S L
Decimal 2 105 203 0.99 0.48 0 0.20 209.25 0.98 0.4
Hex 2 69 CB 63 30 0 14 D1 62 28
Octal 2 151 313 143 60 0 24 321 142 50
Binary 10 1101001 11001011 1100011 110000 0 10100 11010001 1100010 101000

Color Harmonies of #0269CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0269CB

Black with #0269CB

Text Example


Text Example

White with #0269CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0269CB; }

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

 H1.HeaderClassName
 {
   color: #0269CB;
 }
 .AnyTagClassName
 {
   color: #0269CB;
 }
</style>

background-color css

<style>
 a { background-color: #0269CB; }

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

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

border-color css

<style>
 span { border-color: #0269CB; }

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

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