Html Css Color HEX #051F68 Sapphire

📋 copy color: '#051F68'

red 5 ◦ green 31 ◦ blue 104

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

Shades of Sapphire #051F68

Tints of Sapphire #051F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.14%

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

R = 3.57%
G = 22.14%
B = 74.29%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#051F68 (or 0x051F68) is known color: Sapphire. HEX triplet: 05, 1F and 68. RGB value is (5,31,104). Sum of RGB (Red+Green+Blue) = 5+31+104=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #051F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F68 is #FAE097. Grayscale: #1F1F1F. Windows color (decimal): -16441496 or 6823685. OLE color: 6823685.

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

Color convert

RGB 5 31 104 -
CMYK 0.95 0.70 0 0.59
HSL 224.24º 0.91% 0.21% -
HSV(B) 224.24º 0.95% 0.41% -
XYZ 3.05 2.01 13.32 -
YUV 31.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 5 31 104 0.95 0.70 0 0.59 224.24 0.91 0.21
Hex 5 1F 68 5F 46 0 3B E0 5B 15
Octal 5 37 150 137 106 0 73 340 133 25
Binary 101 11111 1101000 1011111 1000110 0 111011 11100000 1011011 10101

Color Harmonies of #051F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F68

Black with #051F68

Text Example


Text Example

White with #051F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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