Html Css Color HEX #0249DF Navy Blue

📋 copy color: '#0249DF'

red 2 ◦ green 73 ◦ blue 223

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

Shades of Navy Blue #0249DF

Tints of Navy Blue #0249DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.83%

R = 0.67%
G = 24.5%
B = 74.83%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0249DF (or 0x0249DF) is known color: Navy Blue. HEX triplet: 02, 49 and DF. RGB value is (2,73,223). Sum of RGB (Red+Green+Blue) = 2+73+223=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #0249DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249DF is #FDB620. Grayscale: #444444. Windows color (decimal): -16627233 or 14633218. OLE color: 14633218.

HSL color Cylindrical-coordinate representation of color #0249DF: hue angle of 220.72º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249DF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 73 223 -
CMYK 0.99 0.67 0 0.13
HSL 220.72º 0.98% 0.44% -
HSV(B) 220.72º 0.99% 0.87% -
XYZ 15.73 10.11 70.93 -
YUV 68.87 214.98 80.3 -
System Red Green Blue C M Y K H S L
Decimal 2 73 223 0.99 0.67 0 0.13 220.72 0.98 0.44
Hex 2 49 DF 63 43 0 D DD 62 2C
Octal 2 111 337 143 103 0 15 335 142 54
Binary 10 1001001 11011111 1100011 1000011 0 1101 11011101 1100010 101100

Color Harmonies of #0249DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249DF

Black with #0249DF

Text Example


Text Example

White with #0249DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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