Html Css Color HEX #0248DA Navy Blue

📋 copy color: '#0248DA'

red 2 ◦ green 72 ◦ blue 218

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

Shades of Navy Blue #0248DA

Tints of Navy Blue #0248DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

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

R = 0.68%
G = 24.66%
B = 74.66%

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

#0248DA (or 0x0248DA) is known color: Navy Blue. HEX triplet: 02, 48 and DA. RGB value is (2,72,218). Sum of RGB (Red+Green+Blue) = 2+72+218=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 218 (85.55% from 255 or 74.66% from 292); Max value from RGB is 218 - color contains mainly: blue. Hex color #0248DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248DA is #FDB725. Grayscale: #434343. Windows color (decimal): -16627494 or 14305282. OLE color: 14305282.

HSL color Cylindrical-coordinate representation of color #0248DA: hue angle of 220.56º 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 #0248DA is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 72 218 -
CMYK 0.99 0.67 0 0.15
HSL 220.56º 0.98% 0.43% -
HSV(B) 220.56º 0.99% 0.85% -
XYZ 15 9.71 67.41 -
YUV 67.71 212.81 81.13 -
System Red Green Blue C M Y K H S L
Decimal 2 72 218 0.99 0.67 0 0.15 220.56 0.98 0.43
Hex 2 48 DA 63 43 0 F DD 62 2B
Octal 2 110 332 143 103 0 17 335 142 53
Binary 10 1001000 11011010 1100011 1000011 0 1111 11011101 1100010 101011

Color Harmonies of #0248DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0248DA

Black with #0248DA

Text Example


Text Example

White with #0248DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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