Html Css Color HEX #051F67 Sapphire

📋 copy color: '#051F67'

red 5 ◦ green 31 ◦ blue 103

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

Shades of Sapphire #051F67

Tints of Sapphire #051F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 74.1%

R = 3.6%
G = 22.3%
B = 74.1%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#051F67 (or 0x051F67) is known color: Sapphire. HEX triplet: 05, 1F and 67. RGB value is (5,31,103). Sum of RGB (Red+Green+Blue) = 5+31+103=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 103 (40.62% from 255 or 74.10% from 139); Max value from RGB is 103 - color contains mainly: blue. Hex color #051F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F67 is #FAE098. Grayscale: #1F1F1F. Windows color (decimal): -16441497 or 6758149. OLE color: 6758149.

HSL color Cylindrical-coordinate representation of color #051F67: hue angle of 224.08º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051F67 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 31 103 -
CMYK 0.95 0.70 0 0.60
HSL 224.08º 0.91% 0.21% -
HSV(B) 224.08º 0.95% 0.4% -
XYZ 3 1.99 13.06 -
YUV 31.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 5 31 103 0.95 0.70 0 0.60 224.08 0.91 0.21
Hex 5 1F 67 5F 46 0 3C E0 5B 15
Octal 5 37 147 137 106 0 74 340 133 25
Binary 101 11111 1100111 1011111 1000110 0 111100 11100000 1011011 10101

Color Harmonies of #051F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F67

Black with #051F67

Text Example


Text Example

White with #051F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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