Html Css Color HEX #0249DA Navy Blue

📋 copy color: '#0249DA'

red 2 ◦ green 73 ◦ blue 218

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

Shades of Navy Blue #0249DA

Tints of Navy Blue #0249DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 74.4%

R = 0.68%
G = 24.91%
B = 74.4%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0249DA (or 0x0249DA) is known color: Navy Blue. HEX triplet: 02, 49 and DA. RGB value is (2,73,218). Sum of RGB (Red+Green+Blue) = 2+73+218=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 218 (85.55% from 255 or 74.40% from 293); Max value from RGB is 218 - color contains mainly: blue. Hex color #0249DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249DA is #FDB625. Grayscale: #434343. Windows color (decimal): -16627238 or 14305538. OLE color: 14305538.

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

Color convert

RGB 2 73 218 -
CMYK 0.99 0.67 0 0.15
HSL 220.28º 0.98% 0.43% -
HSV(B) 220.28º 0.99% 0.85% -
XYZ 15.06 9.84 67.44 -
YUV 68.3 212.48 80.71 -
System Red Green Blue C M Y K H S L
Decimal 2 73 218 0.99 0.67 0 0.15 220.28 0.98 0.43
Hex 2 49 DA 63 43 0 F DC 62 2B
Octal 2 111 332 143 103 0 17 334 142 53
Binary 10 1001001 11011010 1100011 1000011 0 1111 11011100 1100010 101011

Color Harmonies of #0249DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249DA

Black with #0249DA

Text Example


Text Example

White with #0249DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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