Html Css Color HEX #0D5CCC Denim

📋 copy color: '#0D5CCC'

red 13 ◦ green 92 ◦ blue 204

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

Shades of Denim #0D5CCC

Tints of Denim #0D5CCC

RGB

 RED value IS 13 (5.47% from 255) = 4.21%

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 4.21%
G = 29.77%
B = 66.02%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0D5CCC (or 0x0D5CCC) is known color: Denim. HEX triplet: 0D, 5C and CC. RGB value is (13,92,204). Sum of RGB (Red+Green+Blue) = 13+92+204=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D5CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5CCC is #F2A333. Grayscale: #505050. Windows color (decimal): -15901492 or 13392909. OLE color: 13392909.

HSL color Cylindrical-coordinate representation of color #0D5CCC: hue angle of 215.18º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5CCC is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 92 204 -
CMYK 0.94 0.55 0 0.2
HSL 215.18º 0.88% 0.43% -
HSV(B) 215.18º 0.94% 0.8% -
XYZ 14.89 12.1 58.68 -
YUV 81.15 197.33 79.39 -
System Red Green Blue C M Y K H S L
Decimal 13 92 204 0.94 0.55 0 0.2 215.18 0.88 0.43
Hex D 5C CC 5E 37 0 14 D7 58 2B
Octal 15 134 314 136 67 0 24 327 130 53
Binary 1101 1011100 11001100 1011110 110111 0 10100 11010111 1011000 101011

Color Harmonies of #0D5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5CCC

Black with #0D5CCC

Text Example


Text Example

White with #0D5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,92,204); }

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

background-color css

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

 a { background-color: rgb(13,92,204); }

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

border-color css

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

 span { border-color: rgb(13,92,204); }

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