Html Css Color HEX #052468 Sapphire

📋 copy color: '#052468'

red 5 ◦ green 36 ◦ blue 104

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

Shades of Sapphire #052468

Tints of Sapphire #052468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 3.45%
G = 24.83%
B = 71.72%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052468 (or 0x052468) is known color: Sapphire. HEX triplet: 05, 24 and 68. RGB value is (5,36,104). Sum of RGB (Red+Green+Blue) = 5+36+104=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #052468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052468 is #FADB97. Grayscale: #222222. Windows color (decimal): -16440216 or 6824965. OLE color: 6824965.

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

Color convert

RGB 5 36 104 -
CMYK 0.95 0.65 0 0.59
HSL 221.21º 0.91% 0.21% -
HSV(B) 221.21º 0.95% 0.41% -
XYZ 3.19 2.29 13.37 -
YUV 34.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 5 36 104 0.95 0.65 0 0.59 221.21 0.91 0.21
Hex 5 24 68 5F 41 0 3B DD 5B 15
Octal 5 44 150 137 101 0 73 335 133 25
Binary 101 100100 1101000 1011111 1000001 0 111011 11011101 1011011 10101

Color Harmonies of #052468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052468

Black with #052468

Text Example


Text Example

White with #052468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052468; }

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

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

background-color css

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

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

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

border-color css

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

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

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