Html Css Color HEX #052364 Sapphire

📋 copy color: '#052364'

red 5 ◦ green 35 ◦ blue 100

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

Shades of Sapphire #052364

Tints of Sapphire #052364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25%

 BLUE value IS 100 (39.45% from 255) = 71.43%

R = 3.57%
G = 25%
B = 71.43%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#052364 (or 0x052364) is known color: Sapphire. HEX triplet: 05, 23 and 64. RGB value is (5,35,100). Sum of RGB (Red+Green+Blue) = 5+35+100=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 100 (39.45% from 255 or 71.43% from 140); Max value from RGB is 100 - color contains mainly: blue. Hex color #052364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052364 is #FADC9B. Grayscale: #212121. Windows color (decimal): -16440476 or 6562565. OLE color: 6562565.

HSL color Cylindrical-coordinate representation of color #052364: hue angle of 221.05º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052364 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 35 100 -
CMYK 0.95 0.65 0 0.61
HSL 221.05º 0.9% 0.21% -
HSV(B) 221.05º 0.95% 0.39% -
XYZ 2.96 2.15 12.32 -
YUV 33.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 5 35 100 0.95 0.65 0 0.61 221.05 0.9 0.21
Hex 5 23 64 5F 41 0 3D DD 5A 15
Octal 5 43 144 137 101 0 75 335 132 25
Binary 101 100011 1100100 1011111 1000001 0 111101 11011101 1011010 10101

Color Harmonies of #052364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052364

Black with #052364

Text Example


Text Example

White with #052364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052364; }

 p { color: rgb(5,35,100); }

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

background-color css

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

 a { background-color: rgb(5,35,100); }

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

border-color css

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

 span { border-color: rgb(5,35,100); }

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