Html Css Color HEX #0C2952 Sapphire

📋 copy color: '#0C2952'

red 12 ◦ green 41 ◦ blue 82

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

Shades of Sapphire #0C2952

Tints of Sapphire #0C2952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

 BLUE value IS 82 (32.42% from 255) = 60.74%

R = 8.89%
G = 30.37%
B = 60.74%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C2952 (or 0x0C2952) is known color: Sapphire. HEX triplet: 0C, 29 and 52. RGB value is (12,41,82). Sum of RGB (Red+Green+Blue) = 12+41+82=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 82 (32.42% from 255 or 60.74% from 135); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C2952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2952 is #F3D6AD. Grayscale: #242424. Windows color (decimal): -15980206 or 5384460. OLE color: 5384460.

HSL color Cylindrical-coordinate representation of color #0C2952: hue angle of 215.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2952 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 41 82 -
CMYK 0.85 0.50 0 0.68
HSL 215.14º 0.74% 0.18% -
HSV(B) 215.14º 0.85% 0.32% -
XYZ 2.47 2.27 8.29 -
YUV 37 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 12 41 82 0.85 0.50 0 0.68 215.14 0.74 0.18
Hex C 29 52 55 32 0 44 D7 4A 12
Octal 14 51 122 125 62 0 104 327 112 22
Binary 1100 101001 1010010 1010101 110010 0 1000100 11010111 1001010 10010

Color Harmonies of #0C2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2952

Black with #0C2952

Text Example


Text Example

White with #0C2952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,82); }

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

background-color css

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

 a { background-color: rgb(12,41,82); }

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

border-color css

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

 span { border-color: rgb(12,41,82); }

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