Html Css Color HEX #05285A Sapphire

📋 copy color: '#05285A'

red 5 ◦ green 40 ◦ blue 90

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

Shades of Sapphire #05285A

Tints of Sapphire #05285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.63%

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

R = 3.7%
G = 29.63%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05285A (or 0x05285A) is known color: Sapphire. HEX triplet: 05, 28 and 5A. RGB value is (5,40,90). Sum of RGB (Red+Green+Blue) = 5+40+90=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #05285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05285A is #FAD7A5. Grayscale: #232323. Windows color (decimal): -16439206 or 5908485. OLE color: 5908485.

HSL color Cylindrical-coordinate representation of color #05285A: hue angle of 215.29º 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 #05285A is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 40 90 -
CMYK 0.94 0.56 0 0.65
HSL 215.29º 0.89% 0.19% -
HSV(B) 215.29º 0.94% 0.35% -
XYZ 2.67 2.29 9.97 -
YUV 35.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 5 40 90 0.94 0.56 0 0.65 215.29 0.89 0.19
Hex 5 28 5A 5E 38 0 41 D7 59 13
Octal 5 50 132 136 70 0 101 327 131 23
Binary 101 101000 1011010 1011110 111000 0 1000001 11010111 1011001 10011

Color Harmonies of #05285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05285A

Black with #05285A

Text Example


Text Example

White with #05285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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