Html Css Color HEX #052A60 Sapphire

📋 copy color: '#052A60'

red 5 ◦ green 42 ◦ blue 96

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

Shades of Sapphire #052A60

Tints of Sapphire #052A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 67.13%

R = 3.5%
G = 29.37%
B = 67.13%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052A60 (or 0x052A60) is known color: Sapphire. HEX triplet: 05, 2A and 60. RGB value is (5,42,96). Sum of RGB (Red+Green+Blue) = 5+42+96=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #052A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A60 is #FAD59F. Grayscale: #242424. Windows color (decimal): -16438688 or 6302213. OLE color: 6302213.

HSL color Cylindrical-coordinate representation of color #052A60: hue angle of 215.6º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052A60 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 42 96 -
CMYK 0.95 0.56 0 0.62
HSL 215.6º 0.9% 0.2% -
HSV(B) 215.6º 0.95% 0.38% -
XYZ 3 2.53 11.4 -
YUV 37.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 5 42 96 0.95 0.56 0 0.62 215.6 0.9 0.2
Hex 5 2A 60 5F 38 0 3E D8 5A 14
Octal 5 52 140 137 70 0 76 330 132 24
Binary 101 101010 1100000 1011111 111000 0 111110 11011000 1011010 10100

Color Harmonies of #052A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052A60

Black with #052A60

Text Example


Text Example

White with #052A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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