Html Css Color HEX #052065 Sapphire

📋 copy color: '#052065'

red 5 ◦ green 32 ◦ blue 101

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

Shades of Sapphire #052065

Tints of Sapphire #052065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 101 (39.84% from 255) = 73.19%

R = 3.62%
G = 23.19%
B = 73.19%

CMYK

 C value IS 0.95

 M value IS 0.68

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#052065 (or 0x052065) is known color: Sapphire. HEX triplet: 05, 20 and 65. RGB value is (5,32,101). Sum of RGB (Red+Green+Blue) = 5+32+101=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #052065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052065 is #FADF9A. Grayscale: #1F1F1F. Windows color (decimal): -16441243 or 6627333. OLE color: 6627333.

HSL color Cylindrical-coordinate representation of color #052065: hue angle of 223.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052065 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 32 101 -
CMYK 0.95 0.68 0 0.60
HSL 223.13º 0.91% 0.21% -
HSV(B) 223.13º 0.95% 0.4% -
XYZ 2.93 2 12.54 -
YUV 31.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 5 32 101 0.95 0.68 0 0.60 223.13 0.91 0.21
Hex 5 20 65 5F 44 0 3C DF 5B 15
Octal 5 40 145 137 104 0 74 337 133 25
Binary 101 100000 1100101 1011111 1000100 0 111100 11011111 1011011 10101

Color Harmonies of #052065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052065

Black with #052065

Text Example


Text Example

White with #052065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052065; }

 p { color: rgb(5,32,101); }

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

background-color css

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

 a { background-color: rgb(5,32,101); }

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

border-color css

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

 span { border-color: rgb(5,32,101); }

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