Html Css Color HEX #0C6CBE Denim

📋 copy color: '#0C6CBE'

red 12 ◦ green 108 ◦ blue 190

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

Shades of Denim #0C6CBE

Tints of Denim #0C6CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.29%

R = 3.87%
G = 34.84%
B = 61.29%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C6CBE (or 0x0C6CBE) is known color: Denim. HEX triplet: 0C, 6C and BE. RGB value is (12,108,190). Sum of RGB (Red+Green+Blue) = 12+108+190=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C6CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6CBE is #F39341. Grayscale: #585858. Windows color (decimal): -15962946 or 12479500. OLE color: 12479500.

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

Color convert

RGB 12 108 190 -
CMYK 0.94 0.43 0 0.25
HSL 207.64º 0.88% 0.4% -
HSV(B) 207.64º 0.94% 0.75% -
XYZ 14.81 14.52 50.74 -
YUV 88.64 185.2 73.33 -
System Red Green Blue C M Y K H S L
Decimal 12 108 190 0.94 0.43 0 0.25 207.64 0.88 0.4
Hex C 6C BE 5E 2B 0 19 D0 58 28
Octal 14 154 276 136 53 0 31 320 130 50
Binary 1100 1101100 10111110 1011110 101011 0 11001 11010000 1011000 101000

Color Harmonies of #0C6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6CBE

Black with #0C6CBE

Text Example


Text Example

White with #0C6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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