Html Css Color HEX #0251CE Navy Blue

📋 copy color: '#0251CE'

red 2 ◦ green 81 ◦ blue 206

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

Shades of Navy Blue #0251CE

Tints of Navy Blue #0251CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.03%

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

R = 0.69%
G = 28.03%
B = 71.28%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0251CE (or 0x0251CE) is known color: Navy Blue. HEX triplet: 02, 51 and CE. RGB value is (2,81,206). Sum of RGB (Red+Green+Blue) = 2+81+206=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #0251CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0251CE is #FDAE31. Grayscale: #474747. Windows color (decimal): -16625202 or 13521154. OLE color: 13521154.

HSL color Cylindrical-coordinate representation of color #0251CE: hue angle of 216.76º 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 #0251CE is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 81 206 -
CMYK 0.99 0.61 0 0.19
HSL 216.76º 0.98% 0.41% -
HSV(B) 216.76º 0.99% 0.81% -
XYZ 14.11 10.35 59.65 -
YUV 71.63 203.83 78.34 -
System Red Green Blue C M Y K H S L
Decimal 2 81 206 0.99 0.61 0 0.19 216.76 0.98 0.41
Hex 2 51 CE 63 3D 0 13 D9 62 29
Octal 2 121 316 143 75 0 23 331 142 51
Binary 10 1010001 11001110 1100011 111101 0 10011 11011001 1100010 101001

Color Harmonies of #0251CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0251CE

Black with #0251CE

Text Example


Text Example

White with #0251CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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