Html Css Color HEX #0269E0 Navy Blue

📋 copy color: '#0269E0'

red 2 ◦ green 105 ◦ blue 224

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

Shades of Navy Blue #0269E0

Tints of Navy Blue #0269E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 67.67%

R = 0.6%
G = 31.72%
B = 67.67%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0269E0 (or 0x0269E0) is known color: Navy Blue. HEX triplet: 02, 69 and E0. RGB value is (2,105,224). Sum of RGB (Red+Green+Blue) = 2+105+224=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 224 (87.89% from 255 or 67.67% from 331); Max value from RGB is 224 - color contains mainly: blue. Hex color #0269E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269E0 is #FD961F. Grayscale: #575757. Windows color (decimal): -16619040 or 14706946. OLE color: 14706946.

HSL color Cylindrical-coordinate representation of color #0269E0: hue angle of 212.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269E0 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 105 224 -
CMYK 0.99 0.53 0 0.12
HSL 212.16º 0.98% 0.44% -
HSV(B) 212.16º 0.99% 0.88% -
XYZ 18.53 15.5 72.54 -
YUV 87.77 204.88 66.82 -
System Red Green Blue C M Y K H S L
Decimal 2 105 224 0.99 0.53 0 0.12 212.16 0.98 0.44
Hex 2 69 E0 63 35 0 C D4 62 2C
Octal 2 151 340 143 65 0 14 324 142 54
Binary 10 1101001 11100000 1100011 110101 0 1100 11010100 1100010 101100

Color Harmonies of #0269E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0269E0

Black with #0269E0

Text Example


Text Example

White with #0269E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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