Html Css Color HEX #052A75 Sapphire

📋 copy color: '#052A75'

red 5 ◦ green 42 ◦ blue 117

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

Shades of Sapphire #052A75

Tints of Sapphire #052A75

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.61%

 BLUE value IS 117 (46.09% from 255) = 71.34%

R = 3.05%
G = 25.61%
B = 71.34%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#052A75 (or 0x052A75) is known color: Sapphire. HEX triplet: 05, 2A and 75. RGB value is (5,42,117). Sum of RGB (Red+Green+Blue) = 5+42+117=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #052A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A75 is #FAD58A. Grayscale: #272727. Windows color (decimal): -16438667 or 7678469. OLE color: 7678469.

HSL color Cylindrical-coordinate representation of color #052A75: hue angle of 220.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A75 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 42 117 -
CMYK 0.96 0.64 0 0.54
HSL 220.18º 0.92% 0.24% -
HSV(B) 220.18º 0.96% 0.46% -
XYZ 4.1 2.97 17.19 -
YUV 39.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 5 42 117 0.96 0.64 0 0.54 220.18 0.92 0.24
Hex 5 2A 75 60 40 0 36 DC 5C 18
Octal 5 52 165 140 100 0 66 334 134 30
Binary 101 101010 1110101 1100000 1000000 0 110110 11011100 1011100 11000

Color Harmonies of #052A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A75

Black with #052A75

Text Example


Text Example

White with #052A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052A75; }

 p { color: rgb(5,42,117); }

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

background-color css

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

 a { background-color: rgb(5,42,117); }

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

border-color css

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

 span { border-color: rgb(5,42,117); }

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