Html Css Color HEX #051263 Sapphire

📋 copy color: '#051263'

red 5 ◦ green 18 ◦ blue 99

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

Shades of Sapphire #051263

Tints of Sapphire #051263

RGB

 RED value IS 5 (2.34% from 255) = 4.1%

 GREEN value IS 18 (7.42% from 255) = 14.75%

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

R = 4.1%
G = 14.75%
B = 81.15%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#051263 (or 0x051263) is known color: Sapphire. HEX triplet: 05, 12 and 63. RGB value is (5,18,99). Sum of RGB (Red+Green+Blue) = 5+18+99=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #051263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051263 is #FAED9C. Grayscale: #171717. Windows color (decimal): -16444829 or 6492677. OLE color: 6492677.

HSL color Cylindrical-coordinate representation of color #051263: hue angle of 231.7º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051263 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 18 99 -
CMYK 0.95 0.82 0 0.61
HSL 231.7º 0.9% 0.2% -
HSV(B) 231.7º 0.95% 0.39% -
XYZ 2.53 1.37 11.93 -
YUV 23.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 5 18 99 0.95 0.82 0 0.61 231.7 0.9 0.2
Hex 5 12 63 5F 52 0 3D E8 5A 14
Octal 5 22 143 137 122 0 75 350 132 24
Binary 101 10010 1100011 1011111 1010010 0 111101 11101000 1011010 10100

Color Harmonies of #051263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051263

Black with #051263

Text Example


Text Example

White with #051263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051263; }

 p { color: rgb(5,18,99); }

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

background-color css

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

 a { background-color: rgb(5,18,99); }

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

border-color css

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

 span { border-color: rgb(5,18,99); }

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