Html Css Color HEX #05295A Sapphire

📋 copy color: '#05295A'

red 5 ◦ green 41 ◦ blue 90

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

Shades of Sapphire #05295A

Tints of Sapphire #05295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.15%

 BLUE value IS 90 (35.55% from 255) = 66.18%

R = 3.68%
G = 30.15%
B = 66.18%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05295A (or 0x05295A) is known color: Sapphire. HEX triplet: 05, 29 and 5A. RGB value is (5,41,90). Sum of RGB (Red+Green+Blue) = 5+41+90=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #05295A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05295A is #FAD6A5. Grayscale: #232323. Windows color (decimal): -16438950 or 5908741. OLE color: 5908741.

HSL color Cylindrical-coordinate representation of color #05295A: hue angle of 214.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05295A is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 41 90 -
CMYK 0.94 0.54 0 0.65
HSL 214.59º 0.89% 0.19% -
HSV(B) 214.59º 0.94% 0.35% -
XYZ 2.7 2.36 9.99 -
YUV 35.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 5 41 90 0.94 0.54 0 0.65 214.59 0.89 0.19
Hex 5 29 5A 5E 36 0 41 D7 59 13
Octal 5 51 132 136 66 0 101 327 131 23
Binary 101 101001 1011010 1011110 110110 0 1000001 11010111 1011001 10011

Color Harmonies of #05295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05295A

Black with #05295A

Text Example


Text Example

White with #05295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05295A; }

 p { color: rgb(5,41,90); }

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

background-color css

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

 a { background-color: rgb(5,41,90); }

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

border-color css

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

 span { border-color: rgb(5,41,90); }

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