Html Css Color HEX #0C3174 Sapphire

📋 copy color: '#0C3174'

red 12 ◦ green 49 ◦ blue 116

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

Shades of Sapphire #0C3174

Tints of Sapphire #0C3174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.68%

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 6.78%
G = 27.68%
B = 65.54%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C3174 (or 0x0C3174) is known color: Sapphire. HEX triplet: 0C, 31 and 74. RGB value is (12,49,116). Sum of RGB (Red+Green+Blue) = 12+49+116=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C3174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3174 is #F3CE8B. Grayscale: #2D2D2D. Windows color (decimal): -15978124 or 7614732. OLE color: 7614732.

HSL color Cylindrical-coordinate representation of color #0C3174: hue angle of 218.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3174 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 49 116 -
CMYK 0.90 0.58 0 0.55
HSL 218.65º 0.81% 0.25% -
HSV(B) 218.65º 0.9% 0.45% -
XYZ 4.4 3.54 16.97 -
YUV 45.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 12 49 116 0.90 0.58 0 0.55 218.65 0.81 0.25
Hex C 31 74 5A 3A 0 37 DB 51 19
Octal 14 61 164 132 72 0 67 333 121 31
Binary 1100 110001 1110100 1011010 111010 0 110111 11011011 1010001 11001

Color Harmonies of #0C3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3174

Black with #0C3174

Text Example


Text Example

White with #0C3174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,49,116); }

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

background-color css

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

 a { background-color: rgb(12,49,116); }

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

border-color css

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

 span { border-color: rgb(12,49,116); }

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