Html Css Color HEX #0C52DF Navy Blue

📋 copy color: '#0C52DF'

red 12 ◦ green 82 ◦ blue 223

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

Shades of Navy Blue #0C52DF

Tints of Navy Blue #0C52DF

RGB

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

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

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

R = 3.79%
G = 25.87%
B = 70.35%

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

#0C52DF (or 0x0C52DF) is known color: Navy Blue. HEX triplet: 0C, 52 and DF. RGB value is (12,82,223). Sum of RGB (Red+Green+Blue) = 12+82+223=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C52DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C52DF is #F3AD20. Grayscale: #4C4C4C. Windows color (decimal): -15969569 or 14635532. OLE color: 14635532.

HSL color Cylindrical-coordinate representation of color #0C52DF: hue angle of 220.09º 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 #0C52DF is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 82 223 -
CMYK 0.95 0.63 0 0.13
HSL 220.09º 0.9% 0.46% -
HSV(B) 220.09º 0.95% 0.87% -
XYZ 16.49 11.44 71.15 -
YUV 77.14 210.31 81.54 -
System Red Green Blue C M Y K H S L
Decimal 12 82 223 0.95 0.63 0 0.13 220.09 0.9 0.46
Hex C 52 DF 5F 3F 0 D DC 5A 2E
Octal 14 122 337 137 77 0 15 334 132 56
Binary 1100 1010010 11011111 1011111 111111 0 1101 11011100 1011010 101110

Color Harmonies of #0C52DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C52DF

Black with #0C52DF

Text Example


Text Example

White with #0C52DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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