Html Css Color HEX #0250CC Navy Blue

📋 copy color: '#0250CC'

red 2 ◦ green 80 ◦ blue 204

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

Shades of Navy Blue #0250CC

Tints of Navy Blue #0250CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.33%

R = 0.7%
G = 27.97%
B = 71.33%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0250CC (or 0x0250CC) is known color: Navy Blue. HEX triplet: 02, 50 and CC. RGB value is (2,80,204). Sum of RGB (Red+Green+Blue) = 2+80+204=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #0250CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250CC is #FDAF33. Grayscale: #464646. Windows color (decimal): -16625460 or 13389826. OLE color: 13389826.

HSL color Cylindrical-coordinate representation of color #0250CC: hue angle of 216.83º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250CC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 80 204 -
CMYK 0.99 0.61 0 0.2
HSL 216.83º 0.98% 0.4% -
HSV(B) 216.83º 0.99% 0.8% -
XYZ 13.79 10.11 58.35 -
YUV 70.81 203.16 78.92 -
System Red Green Blue C M Y K H S L
Decimal 2 80 204 0.99 0.61 0 0.2 216.83 0.98 0.4
Hex 2 50 CC 63 3D 0 14 D9 62 28
Octal 2 120 314 143 75 0 24 331 142 50
Binary 10 1010000 11001100 1100011 111101 0 10100 11011001 1100010 101000

Color Harmonies of #0250CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250CC

Black with #0250CC

Text Example


Text Example

White with #0250CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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