Html Css Color HEX #000C60 Sapphire

📋 copy color: '#000C60'

red 0 ◦ green 12 ◦ blue 96

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

Shades of Sapphire #000C60

Tints of Sapphire #000C60

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 12 (5.08% from 255) = 11.11%

 BLUE value IS 96 (37.89% from 255) = 88.89%

R = 0%
G = 11.11%
B = 88.89%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#000C60 (or 0x000C60) is known color: Sapphire. HEX triplet: 00, 0C and 60. RGB value is (0,12,96). Sum of RGB (Red+Green+Blue) = 0+12+96=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 96 (37.89% from 255 or 88.89% from 108); Max value from RGB is 96 - color contains mainly: blue. Hex color #000C60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C60 is #FFF39F. Grayscale: #111111. Windows color (decimal): -16774048 or 6294528. OLE color: 6294528.

HSL color Cylindrical-coordinate representation of color #000C60: hue angle of 232.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C60 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 12 96 -
CMYK 1 0.88 0 0.62
HSL 232.5º 1% 0.19% -
HSV(B) 232.5º 1% 0.38% -
XYZ 2.24 1.11 11.16 -
YUV 17.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 0 12 96 1 0.88 0 0.62 232.5 1 0.19
Hex 0 C 60 64 58 0 3E E8 64 13
Octal 0 14 140 144 130 0 76 350 144 23
Binary 0 1100 1100000 1100100 1011000 0 111110 11101000 1100100 10011

Color Harmonies of #000C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C60

Black with #000C60

Text Example


Text Example

White with #000C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C60; }

 p { color: rgb(0,12,96); }

 H1.HeaderClassName
 {
   color: #000C60;
 }
 .AnyTagClassName
 {
   color: #000C60;
 }
</style>

background-color css

<style>
 a { background-color: #000C60; }

 a { background-color: rgb(0,12,96); }

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

border-color css

<style>
 span { border-color: #000C60; }

 span { border-color: rgb(0,12,96); }

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