Html Css Color HEX #0269CE Navy Blue

📋 copy color: '#0269CE'

red 2 ◦ green 105 ◦ blue 206

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

Shades of Navy Blue #0269CE

Tints of Navy Blue #0269CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 0.64%
G = 33.55%
B = 65.81%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0269CE (or 0x0269CE) is known color: Navy Blue. HEX triplet: 02, 69 and CE. RGB value is (2,105,206). Sum of RGB (Red+Green+Blue) = 2+105+206=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #0269CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269CE is #FD9631. Grayscale: #555555. Windows color (decimal): -16619058 or 13527298. OLE color: 13527298.

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

Color convert

RGB 2 105 206 -
CMYK 0.99 0.49 0 0.19
HSL 209.71º 0.98% 0.41% -
HSV(B) 209.71º 0.99% 0.81% -
XYZ 16.22 14.57 60.35 -
YUV 85.72 195.88 68.29 -
System Red Green Blue C M Y K H S L
Decimal 2 105 206 0.99 0.49 0 0.19 209.71 0.98 0.41
Hex 2 69 CE 63 31 0 13 D2 62 29
Octal 2 151 316 143 61 0 23 322 142 51
Binary 10 1101001 11001110 1100011 110001 0 10011 11010010 1100010 101001

Color Harmonies of #0269CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0269CE

Black with #0269CE

Text Example


Text Example

White with #0269CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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