Html Css Color HEX #052168 Sapphire

📋 copy color: '#052168'

red 5 ◦ green 33 ◦ blue 104

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

Shades of Sapphire #052168

Tints of Sapphire #052168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

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

R = 3.52%
G = 23.24%
B = 73.24%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052168 (or 0x052168) is known color: Sapphire. HEX triplet: 05, 21 and 68. RGB value is (5,33,104). Sum of RGB (Red+Green+Blue) = 5+33+104=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #052168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052168 is #FADE97. Grayscale: #202020. Windows color (decimal): -16440984 or 6824197. OLE color: 6824197.

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

Color convert

RGB 5 33 104 -
CMYK 0.95 0.68 0 0.59
HSL 223.03º 0.91% 0.21% -
HSV(B) 223.03º 0.95% 0.41% -
XYZ 3.11 2.12 13.34 -
YUV 32.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 5 33 104 0.95 0.68 0 0.59 223.03 0.91 0.21
Hex 5 21 68 5F 44 0 3B DF 5B 15
Octal 5 41 150 137 104 0 73 337 133 25
Binary 101 100001 1101000 1011111 1000100 0 111011 11011111 1011011 10101

Color Harmonies of #052168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052168

Black with #052168

Text Example


Text Example

White with #052168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052168; }

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

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

background-color css

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

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

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

border-color css

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

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

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