Html Css Color HEX #051B4C Sapphire

📋 copy color: '#051B4C'

red 5 ◦ green 27 ◦ blue 76

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

Shades of Sapphire #051B4C

Tints of Sapphire #051B4C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25%

 BLUE value IS 76 (30.08% from 255) = 70.37%

R = 4.63%
G = 25%
B = 70.37%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#051B4C (or 0x051B4C) is known color: Sapphire. HEX triplet: 05, 1B and 4C. RGB value is (5,27,76). Sum of RGB (Red+Green+Blue) = 5+27+76=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #051B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B4C is #FAE4B3. Grayscale: #191919. Windows color (decimal): -16442548 or 4987653. OLE color: 4987653.

HSL color Cylindrical-coordinate representation of color #051B4C: hue angle of 221.41º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051B4C is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 27 76 -
CMYK 0.93 0.64 0 0.70
HSL 221.41º 0.88% 0.16% -
HSV(B) 221.41º 0.93% 0.3% -
XYZ 1.76 1.34 7 -
YUV 26.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 5 27 76 0.93 0.64 0 0.70 221.41 0.88 0.16
Hex 5 1B 4C 5D 40 0 46 DD 58 10
Octal 5 33 114 135 100 0 106 335 130 20
Binary 101 11011 1001100 1011101 1000000 0 1000110 11011101 1011000 10000

Color Harmonies of #051B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B4C

Black with #051B4C

Text Example


Text Example

White with #051B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,27,76); }

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

background-color css

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

 a { background-color: rgb(5,27,76); }

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

border-color css

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

 span { border-color: rgb(5,27,76); }

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