Html Css Color HEX #0C3271 Sapphire

📋 copy color: '#0C3271'

red 12 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #0C3271

Tints of Sapphire #0C3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.57%

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 6.86%
G = 28.57%
B = 64.57%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C3271 (or 0x0C3271) is known color: Sapphire. HEX triplet: 0C, 32 and 71. RGB value is (12,50,113). Sum of RGB (Red+Green+Blue) = 12+50+113=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C3271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3271 is #F3CD8E. Grayscale: #2D2D2D. Windows color (decimal): -15977871 or 7418380. OLE color: 7418380.

HSL color Cylindrical-coordinate representation of color #0C3271: hue angle of 217.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C3271 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 50 113 -
CMYK 0.89 0.56 0 0.56
HSL 217.43º 0.81% 0.25% -
HSV(B) 217.43º 0.89% 0.44% -
XYZ 4.27 3.55 16.08 -
YUV 45.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 12 50 113 0.89 0.56 0 0.56 217.43 0.81 0.25
Hex C 32 71 59 38 0 38 D9 51 19
Octal 14 62 161 131 70 0 70 331 121 31
Binary 1100 110010 1110001 1011001 111000 0 111000 11011001 1010001 11001

Color Harmonies of #0C3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3271

Black with #0C3271

Text Example


Text Example

White with #0C3271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,50,113); }

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

background-color css

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

 a { background-color: rgb(12,50,113); }

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

border-color css

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

 span { border-color: rgb(12,50,113); }

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