Html Css Color HEX #0C285F Sapphire

📋 copy color: '#0C285F'

red 12 ◦ green 40 ◦ blue 95

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

Shades of Sapphire #0C285F

Tints of Sapphire #0C285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.21%

 BLUE value IS 95 (37.5% from 255) = 64.63%

R = 8.16%
G = 27.21%
B = 64.63%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C285F (or 0x0C285F) is known color: Sapphire. HEX triplet: 0C, 28 and 5F. RGB value is (12,40,95). Sum of RGB (Red+Green+Blue) = 12+40+95=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C285F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C285F is #F3D7A0. Grayscale: #252525. Windows color (decimal): -15980449 or 6236172. OLE color: 6236172.

HSL color Cylindrical-coordinate representation of color #0C285F: hue angle of 219.76º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C285F is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 40 95 -
CMYK 0.87 0.58 0 0.63
HSL 219.76º 0.78% 0.21% -
HSV(B) 219.76º 0.87% 0.37% -
XYZ 2.98 2.42 11.14 -
YUV 37.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 12 40 95 0.87 0.58 0 0.63 219.76 0.78 0.21
Hex C 28 5F 57 3A 0 3F DC 4E 15
Octal 14 50 137 127 72 0 77 334 116 25
Binary 1100 101000 1011111 1010111 111010 0 111111 11011100 1001110 10101

Color Harmonies of #0C285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C285F

Black with #0C285F

Text Example


Text Example

White with #0C285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,40,95); }

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

background-color css

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

 a { background-color: rgb(12,40,95); }

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

border-color css

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

 span { border-color: rgb(12,40,95); }

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