Html Css Color HEX #0C285D Sapphire

📋 copy color: '#0C285D'

red 12 ◦ green 40 ◦ blue 93

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

Shades of Sapphire #0C285D

Tints of Sapphire #0C285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 64.14%

R = 8.28%
G = 27.59%
B = 64.14%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0C285D (or 0x0C285D) is known color: Sapphire. HEX triplet: 0C, 28 and 5D. RGB value is (12,40,93). Sum of RGB (Red+Green+Blue) = 12+40+93=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C285D is #F3D7A2. Grayscale: #252525. Windows color (decimal): -15980451 or 6105100. OLE color: 6105100.

HSL color Cylindrical-coordinate representation of color #0C285D: hue angle of 219.26º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C285D is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 40 93 -
CMYK 0.87 0.57 0 0.64
HSL 219.26º 0.77% 0.21% -
HSV(B) 219.26º 0.87% 0.36% -
XYZ 2.89 2.39 10.66 -
YUV 37.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 12 40 93 0.87 0.57 0 0.64 219.26 0.77 0.21
Hex C 28 5D 57 39 0 40 DB 4D 15
Octal 14 50 135 127 71 0 100 333 115 25
Binary 1100 101000 1011101 1010111 111001 0 1000000 11011011 1001101 10101

Color Harmonies of #0C285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C285D

Black with #0C285D

Text Example


Text Example

White with #0C285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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