Html Css Color HEX #0C2963 Sapphire

📋 copy color: '#0C2963'

red 12 ◦ green 41 ◦ blue 99

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

Shades of Sapphire #0C2963

Tints of Sapphire #0C2963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.13%

R = 7.89%
G = 26.97%
B = 65.13%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0C2963 (or 0x0C2963) is known color: Sapphire. HEX triplet: 0C, 29 and 63. RGB value is (12,41,99). Sum of RGB (Red+Green+Blue) = 12+41+99=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C2963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2963 is #F3D69C. Grayscale: #262626. Windows color (decimal): -15980189 or 6498572. OLE color: 6498572.

HSL color Cylindrical-coordinate representation of color #0C2963: hue angle of 220º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2963 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 41 99 -
CMYK 0.88 0.59 0 0.61
HSL 220º 0.78% 0.22% -
HSV(B) 220º 0.88% 0.39% -
XYZ 3.2 2.56 12.13 -
YUV 38.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 12 41 99 0.88 0.59 0 0.61 220 0.78 0.22
Hex C 29 63 58 3B 0 3D DC 4E 16
Octal 14 51 143 130 73 0 75 334 116 26
Binary 1100 101001 1100011 1011000 111011 0 111101 11011100 1001110 10110

Color Harmonies of #0C2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2963

Black with #0C2963

Text Example


Text Example

White with #0C2963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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