Html Css Color HEX #05275C Sapphire

📋 copy color: '#05275C'

red 5 ◦ green 39 ◦ blue 92

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

Shades of Sapphire #05275C

Tints of Sapphire #05275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 67.65%

R = 3.68%
G = 28.68%
B = 67.65%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05275C (or 0x05275C) is known color: Sapphire. HEX triplet: 05, 27 and 5C. RGB value is (5,39,92). Sum of RGB (Red+Green+Blue) = 5+39+92=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #05275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05275C is #FAD8A3. Grayscale: #222222. Windows color (decimal): -16439460 or 6039301. OLE color: 6039301.

HSL color Cylindrical-coordinate representation of color #05275C: hue angle of 216.55º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05275C is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 39 92 -
CMYK 0.95 0.58 0 0.64
HSL 216.55º 0.9% 0.19% -
HSV(B) 216.55º 0.95% 0.36% -
XYZ 2.72 2.26 10.42 -
YUV 34.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 5 39 92 0.95 0.58 0 0.64 216.55 0.9 0.19
Hex 5 27 5C 5F 3A 0 40 D9 5A 13
Octal 5 47 134 137 72 0 100 331 132 23
Binary 101 100111 1011100 1011111 111010 0 1000000 11011001 1011010 10011

Color Harmonies of #05275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05275C

Black with #05275C

Text Example


Text Example

White with #05275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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