Html Css Color HEX #0248DF Navy Blue

📋 copy color: '#0248DF'

red 2 ◦ green 72 ◦ blue 223

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

Shades of Navy Blue #0248DF

Tints of Navy Blue #0248DF

RGB

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

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

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

R = 0.67%
G = 24.24%
B = 75.08%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0248DF (or 0x0248DF) is known color: Navy Blue. HEX triplet: 02, 48 and DF. RGB value is (2,72,223). Sum of RGB (Red+Green+Blue) = 2+72+223=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #0248DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248DF is #FDB720. Grayscale: #434343. Windows color (decimal): -16627489 or 14632962. OLE color: 14632962.

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

Color convert

RGB 2 72 223 -
CMYK 0.99 0.68 0 0.13
HSL 221º 0.98% 0.44% -
HSV(B) 221º 0.99% 0.87% -
XYZ 15.66 9.98 70.91 -
YUV 68.28 215.31 80.72 -
System Red Green Blue C M Y K H S L
Decimal 2 72 223 0.99 0.68 0 0.13 221 0.98 0.44
Hex 2 48 DF 63 44 0 D DD 62 2C
Octal 2 110 337 143 104 0 15 335 142 54
Binary 10 1001000 11011111 1100011 1000100 0 1101 11011101 1100010 101100

Color Harmonies of #0248DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0248DF

Black with #0248DF

Text Example


Text Example

White with #0248DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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