Html Css Color HEX #0269DB Navy Blue

📋 copy color: '#0269DB'

red 2 ◦ green 105 ◦ blue 219

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

Shades of Navy Blue #0269DB

Tints of Navy Blue #0269DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 0.61%
G = 32.21%
B = 67.18%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0269DB (or 0x0269DB) is known color: Navy Blue. HEX triplet: 02, 69 and DB. RGB value is (2,105,219). Sum of RGB (Red+Green+Blue) = 2+105+219=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #0269DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269DB is #FD9624. Grayscale: #565656. Windows color (decimal): -16619045 or 14379266. OLE color: 14379266.

HSL color Cylindrical-coordinate representation of color #0269DB: hue angle of 211.52º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269DB is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 105 219 -
CMYK 0.99 0.52 0 0.14
HSL 211.52º 0.98% 0.43% -
HSV(B) 211.52º 0.99% 0.86% -
XYZ 17.86 15.23 69.02 -
YUV 87.2 202.38 67.23 -
System Red Green Blue C M Y K H S L
Decimal 2 105 219 0.99 0.52 0 0.14 211.52 0.98 0.43
Hex 2 69 DB 63 34 0 E D4 62 2B
Octal 2 151 333 143 64 0 16 324 142 53
Binary 10 1101001 11011011 1100011 110100 0 1110 11010100 1100010 101011

Color Harmonies of #0269DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0269DB

Black with #0269DB

Text Example


Text Example

White with #0269DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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