Html Css Color HEX #0249CB Navy Blue

📋 copy color: '#0249CB'

red 2 ◦ green 73 ◦ blue 203

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

Shades of Navy Blue #0249CB

Tints of Navy Blue #0249CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 203 (79.69% from 255) = 73.02%

R = 0.72%
G = 26.26%
B = 73.02%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0249CB (or 0x0249CB) is known color: Navy Blue. HEX triplet: 02, 49 and CB. RGB value is (2,73,203). Sum of RGB (Red+Green+Blue) = 2+73+203=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #0249CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249CB is #FDB634. Grayscale: #424242. Windows color (decimal): -16627253 or 13322498. OLE color: 13322498.

HSL color Cylindrical-coordinate representation of color #0249CB: hue angle of 218.81º 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 #0249CB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 73 203 -
CMYK 0.99 0.64 0 0.20
HSL 218.81º 0.98% 0.4% -
HSV(B) 218.81º 0.99% 0.8% -
XYZ 13.19 9.09 57.56 -
YUV 66.59 204.98 81.93 -
System Red Green Blue C M Y K H S L
Decimal 2 73 203 0.99 0.64 0 0.20 218.81 0.98 0.4
Hex 2 49 CB 63 40 0 14 DB 62 28
Octal 2 111 313 143 100 0 24 333 142 50
Binary 10 1001001 11001011 1100011 1000000 0 10100 11011011 1100010 101000

Color Harmonies of #0249CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249CB

Black with #0249CB

Text Example


Text Example

White with #0249CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0249CB; }

 p { color: rgb(2,73,203); }

 H1.HeaderClassName
 {
   color: #0249CB;
 }
 .AnyTagClassName
 {
   color: #0249CB;
 }
</style>

background-color css

<style>
 a { background-color: #0249CB; }

 a { background-color: rgb(2,73,203); }

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

border-color css

<style>
 span { border-color: #0249CB; }

 span { border-color: rgb(2,73,203); }

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