Html Css Color HEX #0C2C68 Sapphire

📋 copy color: '#0C2C68'

red 12 ◦ green 44 ◦ blue 104

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

Shades of Sapphire #0C2C68

Tints of Sapphire #0C2C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.5%

 BLUE value IS 104 (41.02% from 255) = 65%

R = 7.5%
G = 27.5%
B = 65%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0C2C68 (or 0x0C2C68) is known color: Sapphire. HEX triplet: 0C, 2C and 68. RGB value is (12,44,104). Sum of RGB (Red+Green+Blue) = 12+44+104=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #0C2C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2C68 is #F3D397. Grayscale: #282828. Windows color (decimal): -15979416 or 6827020. OLE color: 6827020.

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

Color convert

RGB 12 44 104 -
CMYK 0.88 0.58 0 0.59
HSL 219.13º 0.79% 0.23% -
HSV(B) 219.13º 0.88% 0.41% -
XYZ 3.55 2.88 13.47 -
YUV 41.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 12 44 104 0.88 0.58 0 0.59 219.13 0.79 0.23
Hex C 2C 68 58 3A 0 3B DB 4F 17
Octal 14 54 150 130 72 0 73 333 117 27
Binary 1100 101100 1101000 1011000 111010 0 111011 11011011 1001111 10111

Color Harmonies of #0C2C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2C68

Black with #0C2C68

Text Example


Text Example

White with #0C2C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,44,104); }

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

background-color css

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

 a { background-color: rgb(12,44,104); }

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

border-color css

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

 span { border-color: rgb(12,44,104); }

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