Html Css Color HEX #051868 Sapphire

📋 copy color: '#051868'

red 5 ◦ green 24 ◦ blue 104

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

Shades of Sapphire #051868

Tints of Sapphire #051868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

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

R = 3.76%
G = 18.05%
B = 78.2%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051868 (or 0x051868) is known color: Sapphire. HEX triplet: 05, 18 and 68. RGB value is (5,24,104). Sum of RGB (Red+Green+Blue) = 5+24+104=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #051868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051868 is #FAE797. Grayscale: #1B1B1B. Windows color (decimal): -16443288 or 6821893. OLE color: 6821893.

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

Color convert

RGB 5 24 104 -
CMYK 0.95 0.77 0 0.59
HSL 228.48º 0.91% 0.21% -
HSV(B) 228.48º 0.95% 0.41% -
XYZ 2.89 1.69 13.27 -
YUV 27.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 5 24 104 0.95 0.77 0 0.59 228.48 0.91 0.21
Hex 5 18 68 5F 4D 0 3B E4 5B 15
Octal 5 30 150 137 115 0 73 344 133 25
Binary 101 11000 1101000 1011111 1001101 0 111011 11100100 1011011 10101

Color Harmonies of #051868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051868

Black with #051868

Text Example


Text Example

White with #051868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051868; }

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

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

background-color css

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

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

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

border-color css

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

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

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