Html Css Color HEX #05275A Sapphire

📋 copy color: '#05275A'

red 5 ◦ green 39 ◦ blue 90

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

Shades of Sapphire #05275A

Tints of Sapphire #05275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.1%

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

R = 3.73%
G = 29.1%
B = 67.16%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05275A (or 0x05275A) is known color: Sapphire. HEX triplet: 05, 27 and 5A. RGB value is (5,39,90). Sum of RGB (Red+Green+Blue) = 5+39+90=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #05275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05275A is #FAD8A5. Grayscale: #222222. Windows color (decimal): -16439462 or 5908229. OLE color: 5908229.

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

Color convert

RGB 5 39 90 -
CMYK 0.94 0.57 0 0.65
HSL 216º 0.89% 0.19% -
HSV(B) 216º 0.94% 0.35% -
XYZ 2.63 2.22 9.96 -
YUV 34.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 5 39 90 0.94 0.57 0 0.65 216 0.89 0.19
Hex 5 27 5A 5E 39 0 41 D8 59 13
Octal 5 47 132 136 71 0 101 330 131 23
Binary 101 100111 1011010 1011110 111001 0 1000001 11011000 1011001 10011

Color Harmonies of #05275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05275A

Black with #05275A

Text Example


Text Example

White with #05275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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