Html Css Color HEX #05286D Sapphire

📋 copy color: '#05286D'

red 5 ◦ green 40 ◦ blue 109

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

Shades of Sapphire #05286D

Tints of Sapphire #05286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 70.78%

R = 3.25%
G = 25.97%
B = 70.78%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05286D (or 0x05286D) is known color: Sapphire. HEX triplet: 05, 28 and 6D. RGB value is (5,40,109). Sum of RGB (Red+Green+Blue) = 5+40+109=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #05286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05286D is #FAD792. Grayscale: #252525. Windows color (decimal): -16439187 or 7153669. OLE color: 7153669.

HSL color Cylindrical-coordinate representation of color #05286D: hue angle of 219.81º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05286D is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 40 109 -
CMYK 0.95 0.63 0 0.57
HSL 219.81º 0.91% 0.22% -
HSV(B) 219.81º 0.95% 0.43% -
XYZ 3.58 2.65 14.79 -
YUV 37.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 5 40 109 0.95 0.63 0 0.57 219.81 0.91 0.22
Hex 5 28 6D 5F 3F 0 39 DC 5B 16
Octal 5 50 155 137 77 0 71 334 133 26
Binary 101 101000 1101101 1011111 111111 0 111001 11011100 1011011 10110

Color Harmonies of #05286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05286D

Black with #05286D

Text Example


Text Example

White with #05286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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