Html Css Color HEX #052B68 Sapphire

📋 copy color: '#052B68'

red 5 ◦ green 43 ◦ blue 104

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

Shades of Sapphire #052B68

Tints of Sapphire #052B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.29%

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

R = 3.29%
G = 28.29%
B = 68.42%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#052B68 (or 0x052B68) is known color: Sapphire. HEX triplet: 05, 2B and 68. RGB value is (5,43,104). Sum of RGB (Red+Green+Blue) = 5+43+104=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #052B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B68 is #FAD497. Grayscale: #262626. Windows color (decimal): -16438424 or 6826757. OLE color: 6826757.

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

Color convert

RGB 5 43 104 -
CMYK 0.95 0.59 0 0.59
HSL 216.97º 0.91% 0.21% -
HSV(B) 216.97º 0.95% 0.41% -
XYZ 3.43 2.76 13.45 -
YUV 38.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 5 43 104 0.95 0.59 0 0.59 216.97 0.91 0.21
Hex 5 2B 68 5F 3B 0 3B D9 5B 15
Octal 5 53 150 137 73 0 73 331 133 25
Binary 101 101011 1101000 1011111 111011 0 111011 11011001 1011011 10101

Color Harmonies of #052B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052B68

Black with #052B68

Text Example


Text Example

White with #052B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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