Html Css Color HEX #0C52DD Navy Blue

📋 copy color: '#0C52DD'

red 12 ◦ green 82 ◦ blue 221

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

Shades of Navy Blue #0C52DD

Tints of Navy Blue #0C52DD

RGB

 RED value IS 12 (5.08% from 255) = 3.81%

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

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

R = 3.81%
G = 26.03%
B = 70.16%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C52DD (or 0x0C52DD) is known color: Navy Blue. HEX triplet: 0C, 52 and DD. RGB value is (12,82,221). Sum of RGB (Red+Green+Blue) = 12+82+221=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C52DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C52DD is #F3AD22. Grayscale: #4C4C4C. Windows color (decimal): -15969571 or 14504460. OLE color: 14504460.

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

Color convert

RGB 12 82 221 -
CMYK 0.95 0.63 0 0.13
HSL 219.9º 0.9% 0.46% -
HSV(B) 219.9º 0.95% 0.87% -
XYZ 16.22 11.33 69.74 -
YUV 76.92 209.31 81.7 -
System Red Green Blue C M Y K H S L
Decimal 12 82 221 0.95 0.63 0 0.13 219.9 0.9 0.46
Hex C 52 DD 5F 3F 0 D DC 5A 2E
Octal 14 122 335 137 77 0 15 334 132 56
Binary 1100 1010010 11011101 1011111 111111 0 1101 11011100 1011010 101110

Color Harmonies of #0C52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C52DD

Black with #0C52DD

Text Example


Text Example

White with #0C52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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