Html Css Color HEX #0C2E5D Sapphire

📋 copy color: '#0C2E5D'

red 12 ◦ green 46 ◦ blue 93

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

Shades of Sapphire #0C2E5D

Tints of Sapphire #0C2E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.46%

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

R = 7.95%
G = 30.46%
B = 61.59%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0C2E5D (or 0x0C2E5D) is known color: Sapphire. HEX triplet: 0C, 2E and 5D. RGB value is (12,46,93). Sum of RGB (Red+Green+Blue) = 12+46+93=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C2E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2E5D is #F3D1A2. Grayscale: #282828. Windows color (decimal): -15978915 or 6106636. OLE color: 6106636.

HSL color Cylindrical-coordinate representation of color #0C2E5D: hue angle of 214.81º 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 #0C2E5D is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 46 93 -
CMYK 0.87 0.51 0 0.64
HSL 214.81º 0.77% 0.21% -
HSV(B) 214.81º 0.87% 0.36% -
XYZ 3.1 2.82 10.74 -
YUV 41.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 12 46 93 0.87 0.51 0 0.64 214.81 0.77 0.21
Hex C 2E 5D 57 33 0 40 D7 4D 15
Octal 14 56 135 127 63 0 100 327 115 25
Binary 1100 101110 1011101 1010111 110011 0 1000000 11010111 1001101 10101

Color Harmonies of #0C2E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2E5D

Black with #0C2E5D

Text Example


Text Example

White with #0C2E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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