Html Css Color HEX #0C6367 Blue Stone

📋 copy color: '#0C6367'

red 12 ◦ green 99 ◦ blue 103

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

Shades of Blue Stone #0C6367

Tints of Blue Stone #0C6367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.13%

R = 5.61%
G = 46.26%
B = 48.13%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0C6367 (or 0x0C6367) is known color: Blue Stone. HEX triplet: 0C, 63 and 67. RGB value is (12,99,103). Sum of RGB (Red+Green+Blue) = 12+99+103=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #0C6367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6367 is #F39C98. Grayscale: #494949. Windows color (decimal): -15965337 or 6775564. OLE color: 6775564.

HSL color Cylindrical-coordinate representation of color #0C6367: hue angle of 182.64º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6367 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 12 99 103 -
CMYK 0.88 0.04 0 0.60
HSL 182.64º 0.79% 0.23% -
HSV(B) 182.64º 0.88% 0.4% -
XYZ 7.06 9.98 14.39 -
YUV 73.44 144.68 84.17 -
System Red Green Blue C M Y K H S L
Decimal 12 99 103 0.88 0.04 0 0.60 182.64 0.79 0.23
Hex C 63 67 58 4 0 3C B7 4F 17
Octal 14 143 147 130 4 0 74 267 117 27
Binary 1100 1100011 1100111 1011000 100 0 111100 10110111 1001111 10111

Color Harmonies of #0C6367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6367

Black with #0C6367

Text Example


Text Example

White with #0C6367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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