Html Css Color HEX #051963 Sapphire

📋 copy color: '#051963'

red 5 ◦ green 25 ◦ blue 99

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

Shades of Sapphire #051963

Tints of Sapphire #051963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

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

R = 3.88%
G = 19.38%
B = 76.74%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#051963 (or 0x051963) is known color: Sapphire. HEX triplet: 05, 19 and 63. RGB value is (5,25,99). Sum of RGB (Red+Green+Blue) = 5+25+99=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 99 (39.06% from 255 or 76.74% from 129); Max value from RGB is 99 - color contains mainly: blue. Hex color #051963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051963 is #FAE69C. Grayscale: #1B1B1B. Windows color (decimal): -16443037 or 6494469. OLE color: 6494469.

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

Color convert

RGB 5 25 99 -
CMYK 0.95 0.75 0 0.61
HSL 227.23º 0.9% 0.2% -
HSV(B) 227.23º 0.95% 0.39% -
XYZ 2.66 1.63 11.98 -
YUV 27.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 5 25 99 0.95 0.75 0 0.61 227.23 0.9 0.2
Hex 5 19 63 5F 4B 0 3D E3 5A 14
Octal 5 31 143 137 113 0 75 343 132 24
Binary 101 11001 1100011 1011111 1001011 0 111101 11100011 1011010 10100

Color Harmonies of #051963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051963

Black with #051963

Text Example


Text Example

White with #051963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051963; }

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

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

background-color css

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

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

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

border-color css

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

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

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