Html Css Color HEX #0C67BB Denim

📋 copy color: '#0C67BB'

red 12 ◦ green 103 ◦ blue 187

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

Shades of Denim #0C67BB

Tints of Denim #0C67BB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 3.97%
G = 34.11%
B = 61.92%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C67BB (or 0x0C67BB) is known color: Denim. HEX triplet: 0C, 67 and BB. RGB value is (12,103,187). Sum of RGB (Red+Green+Blue) = 12+103+187=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C67BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C67BB is #F39844. Grayscale: #545454. Windows color (decimal): -15964229 or 12281612. OLE color: 12281612.

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

Color convert

RGB 12 103 187 -
CMYK 0.94 0.45 0 0.27
HSL 208.8º 0.88% 0.39% -
HSV(B) 208.8º 0.94% 0.73% -
XYZ 13.97 13.37 48.86 -
YUV 85.37 185.35 75.67 -
System Red Green Blue C M Y K H S L
Decimal 12 103 187 0.94 0.45 0 0.27 208.8 0.88 0.39
Hex C 67 BB 5E 2D 0 1B D1 58 27
Octal 14 147 273 136 55 0 33 321 130 47
Binary 1100 1100111 10111011 1011110 101101 0 11011 11010001 1011000 100111

Color Harmonies of #0C67BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C67BB

Black with #0C67BB

Text Example


Text Example

White with #0C67BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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