Html Css Color HEX #0C63BE Denim

📋 copy color: '#0C63BE'

red 12 ◦ green 99 ◦ blue 190

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

Shades of Denim #0C63BE

Tints of Denim #0C63BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 3.99%
G = 32.89%
B = 63.12%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C63BE (or 0x0C63BE) is known color: Denim. HEX triplet: 0C, 63 and BE. RGB value is (12,99,190). Sum of RGB (Red+Green+Blue) = 12+99+190=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C63BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C63BE is #F39C41. Grayscale: #525252. Windows color (decimal): -15965250 or 12477196. OLE color: 12477196.

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

Color convert

RGB 12 99 190 -
CMYK 0.94 0.48 0 0.25
HSL 210.67º 0.88% 0.4% -
HSV(B) 210.67º 0.94% 0.75% -
XYZ 13.91 12.72 50.44 -
YUV 83.36 188.18 77.1 -
System Red Green Blue C M Y K H S L
Decimal 12 99 190 0.94 0.48 0 0.25 210.67 0.88 0.4
Hex C 63 BE 5E 30 0 19 D3 58 28
Octal 14 143 276 136 60 0 31 323 130 50
Binary 1100 1100011 10111110 1011110 110000 0 11001 11010011 1011000 101000

Color Harmonies of #0C63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C63BE

Black with #0C63BE

Text Example


Text Example

White with #0C63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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