Html Css Color HEX #0F52DD Navy Blue

📋 copy color: '#0F52DD'

red 15 ◦ green 82 ◦ blue 221

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

Shades of Navy Blue #0F52DD

Tints of Navy Blue #0F52DD

RGB

 RED value IS 15 (6.25% from 255) = 4.72%

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 4.72%
G = 25.79%
B = 69.5%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F52DD (or 0x0F52DD) is known color: Navy Blue. HEX triplet: 0F, 52 and DD. RGB value is (15,82,221). Sum of RGB (Red+Green+Blue) = 15+82+221=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F52DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F52DD is #F0AD22. Grayscale: #4D4D4D. Windows color (decimal): -15772963 or 14504463. OLE color: 14504463.

HSL color Cylindrical-coordinate representation of color #0F52DD: hue angle of 220.49º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F52DD is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 82 221 -
CMYK 0.93 0.63 0 0.13
HSL 220.49º 0.87% 0.46% -
HSV(B) 220.49º 0.93% 0.87% -
XYZ 16.27 11.36 69.74 -
YUV 77.81 208.8 83.2 -
System Red Green Blue C M Y K H S L
Decimal 15 82 221 0.93 0.63 0 0.13 220.49 0.87 0.46
Hex F 52 DD 5D 3F 0 D DC 57 2E
Octal 17 122 335 135 77 0 15 334 127 56
Binary 1111 1010010 11011101 1011101 111111 0 1101 11011100 1010111 101110

Color Harmonies of #0F52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F52DD

Black with #0F52DD

Text Example


Text Example

White with #0F52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F52DD; }

 p { color: rgb(15,82,221); }

 H1.HeaderClassName
 {
   color: #0F52DD;
 }
 .AnyTagClassName
 {
   color: #0F52DD;
 }
</style>

background-color css

<style>
 a { background-color: #0F52DD; }

 a { background-color: rgb(15,82,221); }

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

border-color css

<style>
 span { border-color: #0F52DD; }

 span { border-color: rgb(15,82,221); }

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