Html Css Color HEX #051768 Sapphire

📋 copy color: '#051768'

red 5 ◦ green 23 ◦ blue 104

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

Shades of Sapphire #051768

Tints of Sapphire #051768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.42%

 BLUE value IS 104 (41.02% from 255) = 78.79%

R = 3.79%
G = 17.42%
B = 78.79%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051768 (or 0x051768) is known color: Sapphire. HEX triplet: 05, 17 and 68. RGB value is (5,23,104). Sum of RGB (Red+Green+Blue) = 5+23+104=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #051768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051768 is #FAE897. Grayscale: #1A1A1A. Windows color (decimal): -16443544 or 6821637. OLE color: 6821637.

HSL color Cylindrical-coordinate representation of color #051768: hue angle of 229.09º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051768 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 23 104 -
CMYK 0.95 0.78 0 0.59
HSL 229.09º 0.91% 0.21% -
HSV(B) 229.09º 0.95% 0.41% -
XYZ 2.87 1.64 13.26 -
YUV 26.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 5 23 104 0.95 0.78 0 0.59 229.09 0.91 0.21
Hex 5 17 68 5F 4E 0 3B E5 5B 15
Octal 5 27 150 137 116 0 73 345 133 25
Binary 101 10111 1101000 1011111 1001110 0 111011 11100101 1011011 10101

Color Harmonies of #051768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051768

Black with #051768

Text Example


Text Example

White with #051768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051768; }

 p { color: rgb(5,23,104); }

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

background-color css

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

 a { background-color: rgb(5,23,104); }

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

border-color css

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

 span { border-color: rgb(5,23,104); }

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