Html Css Color HEX #0C2763 Sapphire

📋 copy color: '#0C2763'

red 12 ◦ green 39 ◦ blue 99

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

Shades of Sapphire #0C2763

Tints of Sapphire #0C2763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26%

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

R = 8%
G = 26%
B = 66%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0C2763 (or 0x0C2763) is known color: Sapphire. HEX triplet: 0C, 27 and 63. RGB value is (12,39,99). Sum of RGB (Red+Green+Blue) = 12+39+99=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C2763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2763 is #F3D89C. Grayscale: #252525. Windows color (decimal): -15980701 or 6498060. OLE color: 6498060.

HSL color Cylindrical-coordinate representation of color #0C2763: hue angle of 221.38º 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 #0C2763 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 39 99 -
CMYK 0.88 0.61 0 0.61
HSL 221.38º 0.78% 0.22% -
HSV(B) 221.38º 0.88% 0.39% -
XYZ 3.13 2.43 12.11 -
YUV 37.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 12 39 99 0.88 0.61 0 0.61 221.38 0.78 0.22
Hex C 27 63 58 3D 0 3D DD 4E 16
Octal 14 47 143 130 75 0 75 335 116 26
Binary 1100 100111 1100011 1011000 111101 0 111101 11011101 1001110 10110

Color Harmonies of #0C2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2763

Black with #0C2763

Text Example


Text Example

White with #0C2763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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