Html Css Color HEX #0C2F6D Sapphire

📋 copy color: '#0C2F6D'

red 12 ◦ green 47 ◦ blue 109

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

Shades of Sapphire #0C2F6D

Tints of Sapphire #0C2F6D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.98%

 BLUE value IS 109 (42.97% from 255) = 64.88%

R = 7.14%
G = 27.98%
B = 64.88%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C2F6D (or 0x0C2F6D) is known color: Sapphire. HEX triplet: 0C, 2F and 6D. RGB value is (12,47,109). Sum of RGB (Red+Green+Blue) = 12+47+109=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C2F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2F6D is #F3D092. Grayscale: #2B2B2B. Windows color (decimal): -15978643 or 7155468. OLE color: 7155468.

HSL color Cylindrical-coordinate representation of color #0C2F6D: hue angle of 218.35º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2F6D is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 47 109 -
CMYK 0.89 0.57 0 0.57
HSL 218.35º 0.8% 0.24% -
HSV(B) 218.35º 0.89% 0.43% -
XYZ 3.93 3.22 14.88 -
YUV 43.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 12 47 109 0.89 0.57 0 0.57 218.35 0.8 0.24
Hex C 2F 6D 59 39 0 39 DA 50 18
Octal 14 57 155 131 71 0 71 332 120 30
Binary 1100 101111 1101101 1011001 111001 0 111001 11011010 1010000 11000

Color Harmonies of #0C2F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2F6D

Black with #0C2F6D

Text Example


Text Example

White with #0C2F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,47,109); }

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

background-color css

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

 a { background-color: rgb(12,47,109); }

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

border-color css

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

 span { border-color: rgb(12,47,109); }

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