Html Css Color HEX #051864 Sapphire

📋 copy color: '#051864'

red 5 ◦ green 24 ◦ blue 100

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

Shades of Sapphire #051864

Tints of Sapphire #051864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 77.52%

R = 3.88%
G = 18.6%
B = 77.52%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#051864 (or 0x051864) is known color: Sapphire. HEX triplet: 05, 18 and 64. RGB value is (5,24,100). Sum of RGB (Red+Green+Blue) = 5+24+100=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #051864 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051864 is #FAE79B. Grayscale: #1A1A1A. Windows color (decimal): -16443292 or 6559749. OLE color: 6559749.

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

Color convert

RGB 5 24 100 -
CMYK 0.95 0.76 0 0.61
HSL 228º 0.9% 0.21% -
HSV(B) 228º 0.95% 0.39% -
XYZ 2.69 1.61 12.22 -
YUV 26.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 5 24 100 0.95 0.76 0 0.61 228 0.9 0.21
Hex 5 18 64 5F 4C 0 3D E4 5A 15
Octal 5 30 144 137 114 0 75 344 132 25
Binary 101 11000 1100100 1011111 1001100 0 111101 11100100 1011010 10101

Color Harmonies of #051864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051864

Black with #051864

Text Example


Text Example

White with #051864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051864; }

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

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

background-color css

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

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

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

border-color css

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

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

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