Html Css Color HEX #0D5ACC Denim

📋 copy color: '#0D5ACC'

red 13 ◦ green 90 ◦ blue 204

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

Shades of Denim #0D5ACC

Tints of Denim #0D5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 4.23%
G = 29.32%
B = 66.45%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0D5ACC (or 0x0D5ACC) is known color: Denim. HEX triplet: 0D, 5A and CC. RGB value is (13,90,204). Sum of RGB (Red+Green+Blue) = 13+90+204=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D5ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5ACC is #F2A533. Grayscale: #4F4F4F. Windows color (decimal): -15902004 or 13392397. OLE color: 13392397.

HSL color Cylindrical-coordinate representation of color #0D5ACC: hue angle of 215.81º 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 #0D5ACC is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 90 204 -
CMYK 0.94 0.56 0 0.2
HSL 215.81º 0.88% 0.43% -
HSV(B) 215.81º 0.94% 0.8% -
XYZ 14.72 11.76 58.62 -
YUV 79.97 197.99 80.23 -
System Red Green Blue C M Y K H S L
Decimal 13 90 204 0.94 0.56 0 0.2 215.81 0.88 0.43
Hex D 5A CC 5E 38 0 14 D8 58 2B
Octal 15 132 314 136 70 0 24 330 130 53
Binary 1101 1011010 11001100 1011110 111000 0 10100 11011000 1011000 101011

Color Harmonies of #0D5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5ACC

Black with #0D5ACC

Text Example


Text Example

White with #0D5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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