Html Css Color HEX #0C6CBB Denim

📋 copy color: '#0C6CBB'

red 12 ◦ green 108 ◦ blue 187

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

Shades of Denim #0C6CBB

Tints of Denim #0C6CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 3.91%
G = 35.18%
B = 60.91%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C6CBB (or 0x0C6CBB) is known color: Denim. HEX triplet: 0C, 6C and BB. RGB value is (12,108,187). Sum of RGB (Red+Green+Blue) = 12+108+187=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C6CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6CBB is #F39344. Grayscale: #575757. Windows color (decimal): -15962949 or 12282892. OLE color: 12282892.

HSL color Cylindrical-coordinate representation of color #0C6CBB: hue angle of 207.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6CBB is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 108 187 -
CMYK 0.94 0.42 0 0.27
HSL 207.09º 0.88% 0.39% -
HSV(B) 207.09º 0.94% 0.73% -
XYZ 14.48 14.39 49.03 -
YUV 88.3 183.7 73.58 -
System Red Green Blue C M Y K H S L
Decimal 12 108 187 0.94 0.42 0 0.27 207.09 0.88 0.39
Hex C 6C BB 5E 2A 0 1B CF 58 27
Octal 14 154 273 136 52 0 33 317 130 47
Binary 1100 1101100 10111011 1011110 101010 0 11011 11001111 1011000 100111

Color Harmonies of #0C6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6CBB

Black with #0C6CBB

Text Example


Text Example

White with #0C6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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