Html Css Color HEX #0250CE Navy Blue

📋 copy color: '#0250CE'

red 2 ◦ green 80 ◦ blue 206

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

Shades of Navy Blue #0250CE

Tints of Navy Blue #0250CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

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

R = 0.69%
G = 27.78%
B = 71.53%

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

#0250CE (or 0x0250CE) is known color: Navy Blue. HEX triplet: 02, 50 and CE. RGB value is (2,80,206). Sum of RGB (Red+Green+Blue) = 2+80+206=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #0250CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250CE is #FDAF31. Grayscale: #464646. Windows color (decimal): -16625458 or 13520898. OLE color: 13520898.

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

Color convert

RGB 2 80 206 -
CMYK 0.99 0.61 0 0.19
HSL 217.06º 0.98% 0.41% -
HSV(B) 217.06º 0.99% 0.81% -
XYZ 14.03 10.21 59.62 -
YUV 71.04 204.16 78.75 -
System Red Green Blue C M Y K H S L
Decimal 2 80 206 0.99 0.61 0 0.19 217.06 0.98 0.41
Hex 2 50 CE 63 3D 0 13 D9 62 29
Octal 2 120 316 143 75 0 23 331 142 51
Binary 10 1010000 11001110 1100011 111101 0 10011 11011001 1100010 101001

Color Harmonies of #0250CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250CE

Black with #0250CE

Text Example


Text Example

White with #0250CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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