Html Css Color HEX #0269D0 Navy Blue

📋 copy color: '#0269D0'

red 2 ◦ green 105 ◦ blue 208

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

Shades of Navy Blue #0269D0

Tints of Navy Blue #0269D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 66.03%

R = 0.63%
G = 33.33%
B = 66.03%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0269D0 (or 0x0269D0) is known color: Navy Blue. HEX triplet: 02, 69 and D0. RGB value is (2,105,208). Sum of RGB (Red+Green+Blue) = 2+105+208=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 208 (81.64% from 255 or 66.03% from 315); Max value from RGB is 208 - color contains mainly: blue. Hex color #0269D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269D0 is #FD962F. Grayscale: #555555. Windows color (decimal): -16619056 or 13658370. OLE color: 13658370.

HSL color Cylindrical-coordinate representation of color #0269D0: hue angle of 210º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269D0 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 105 208 -
CMYK 0.99 0.50 0 0.18
HSL 210º 0.98% 0.41% -
HSV(B) 210º 0.99% 0.82% -
XYZ 16.46 14.67 61.64 -
YUV 85.95 196.88 68.12 -
System Red Green Blue C M Y K H S L
Decimal 2 105 208 0.99 0.50 0 0.18 210 0.98 0.41
Hex 2 69 D0 63 32 0 12 D2 62 29
Octal 2 151 320 143 62 0 22 322 142 51
Binary 10 1101001 11010000 1100011 110010 0 10010 11010010 1100010 101001

Color Harmonies of #0269D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0269D0

Black with #0269D0

Text Example


Text Example

White with #0269D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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