Html Css Color HEX #0C6BBE Denim

📋 copy color: '#0C6BBE'

red 12 ◦ green 107 ◦ blue 190

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

Shades of Denim #0C6BBE

Tints of Denim #0C6BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

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

R = 3.88%
G = 34.63%
B = 61.49%

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

#0C6BBE (or 0x0C6BBE) is known color: Denim. HEX triplet: 0C, 6B and BE. RGB value is (12,107,190). Sum of RGB (Red+Green+Blue) = 12+107+190=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C6BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6BBE is #F39441. Grayscale: #575757. Windows color (decimal): -15963202 or 12479244. OLE color: 12479244.

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

Color convert

RGB 12 107 190 -
CMYK 0.94 0.44 0 0.25
HSL 207.98º 0.88% 0.4% -
HSV(B) 207.98º 0.94% 0.75% -
XYZ 14.7 14.31 50.7 -
YUV 88.06 185.53 73.75 -
System Red Green Blue C M Y K H S L
Decimal 12 107 190 0.94 0.44 0 0.25 207.98 0.88 0.4
Hex C 6B BE 5E 2C 0 19 D0 58 28
Octal 14 153 276 136 54 0 31 320 130 50
Binary 1100 1101011 10111110 1011110 101100 0 11001 11010000 1011000 101000

Color Harmonies of #0C6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6BBE

Black with #0C6BBE

Text Example


Text Example

White with #0C6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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