Html Css Color HEX #0C2950 Sapphire

📋 copy color: '#0C2950'

red 12 ◦ green 41 ◦ blue 80

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

Shades of Sapphire #0C2950

Tints of Sapphire #0C2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 80 (31.64% from 255) = 60.15%

R = 9.02%
G = 30.83%
B = 60.15%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C2950 (or 0x0C2950) is known color: Sapphire. HEX triplet: 0C, 29 and 50. RGB value is (12,41,80). Sum of RGB (Red+Green+Blue) = 12+41+80=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C2950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2950 is #F3D6AF. Grayscale: #242424. Windows color (decimal): -15980208 or 5253388. OLE color: 5253388.

HSL color Cylindrical-coordinate representation of color #0C2950: hue angle of 214.41º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2950 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 41 80 -
CMYK 0.85 0.49 0 0.69
HSL 214.41º 0.74% 0.18% -
HSV(B) 214.41º 0.85% 0.31% -
XYZ 2.39 2.24 7.9 -
YUV 36.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 12 41 80 0.85 0.49 0 0.69 214.41 0.74 0.18
Hex C 29 50 55 31 0 45 D6 4A 12
Octal 14 51 120 125 61 0 105 326 112 22
Binary 1100 101001 1010000 1010101 110001 0 1000101 11010110 1001010 10010

Color Harmonies of #0C2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2950

Black with #0C2950

Text Example


Text Example

White with #0C2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,80); }

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

background-color css

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

 a { background-color: rgb(12,41,80); }

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

border-color css

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

 span { border-color: rgb(12,41,80); }

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