Html Css Color HEX #0C6CC0 Denim

📋 copy color: '#0C6CC0'

red 12 ◦ green 108 ◦ blue 192

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

Shades of Denim #0C6CC0

Tints of Denim #0C6CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

 BLUE value IS 192 (75.39% from 255) = 61.54%

R = 3.85%
G = 34.62%
B = 61.54%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C6CC0 (or 0x0C6CC0) is known color: Denim. HEX triplet: 0C, 6C and C0. RGB value is (12,108,192). Sum of RGB (Red+Green+Blue) = 12+108+192=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #0C6CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6CC0 is #F3933F. Grayscale: #585858. Windows color (decimal): -15962944 or 12610572. OLE color: 12610572.

HSL color Cylindrical-coordinate representation of color #0C6CC0: hue angle of 208º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6CC0 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 108 192 -
CMYK 0.94 0.44 0 0.25
HSL 208º 0.88% 0.4% -
HSV(B) 208º 0.94% 0.75% -
XYZ 15.03 14.61 51.9 -
YUV 88.87 186.2 73.17 -
System Red Green Blue C M Y K H S L
Decimal 12 108 192 0.94 0.44 0 0.25 208 0.88 0.4
Hex C 6C C0 5E 2C 0 19 D0 58 28
Octal 14 154 300 136 54 0 31 320 130 50
Binary 1100 1101100 11000000 1011110 101100 0 11001 11010000 1011000 101000

Color Harmonies of #0C6CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6CC0

Black with #0C6CC0

Text Example


Text Example

White with #0C6CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,192); }

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

background-color css

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

 a { background-color: rgb(12,108,192); }

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

border-color css

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

 span { border-color: rgb(12,108,192); }

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