Html Css Color HEX #0249CD Navy Blue

📋 copy color: '#0249CD'

red 2 ◦ green 73 ◦ blue 205

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

Shades of Navy Blue #0249CD

Tints of Navy Blue #0249CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 73.21%

R = 0.71%
G = 26.07%
B = 73.21%

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

#0249CD (or 0x0249CD) is known color: Navy Blue. HEX triplet: 02, 49 and CD. RGB value is (2,73,205). Sum of RGB (Red+Green+Blue) = 2+73+205=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #0249CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249CD is #FDB632. Grayscale: #424242. Windows color (decimal): -16627251 or 13453570. OLE color: 13453570.

HSL color Cylindrical-coordinate representation of color #0249CD: hue angle of 219.01º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249CD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 73 205 -
CMYK 0.99 0.64 0 0.20
HSL 219.01º 0.98% 0.41% -
HSV(B) 219.01º 0.99% 0.8% -
XYZ 13.43 9.19 58.82 -
YUV 66.82 205.98 81.77 -
System Red Green Blue C M Y K H S L
Decimal 2 73 205 0.99 0.64 0 0.20 219.01 0.98 0.41
Hex 2 49 CD 63 40 0 14 DB 62 29
Octal 2 111 315 143 100 0 24 333 142 51
Binary 10 1001001 11001101 1100011 1000000 0 10100 11011011 1100010 101001

Color Harmonies of #0249CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249CD

Black with #0249CD

Text Example


Text Example

White with #0249CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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