Html Css Color HEX #05216B Sapphire

📋 copy color: '#05216B'

red 5 ◦ green 33 ◦ blue 107

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

Shades of Sapphire #05216B

Tints of Sapphire #05216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.76%

 BLUE value IS 107 (42.19% from 255) = 73.79%

R = 3.45%
G = 22.76%
B = 73.79%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05216B (or 0x05216B) is known color: Sapphire. HEX triplet: 05, 21 and 6B. RGB value is (5,33,107). Sum of RGB (Red+Green+Blue) = 5+33+107=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #05216B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05216B is #FADE94. Grayscale: #202020. Windows color (decimal): -16440981 or 7020805. OLE color: 7020805.

HSL color Cylindrical-coordinate representation of color #05216B: hue angle of 223.53º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05216B is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 33 107 -
CMYK 0.95 0.69 0 0.58
HSL 223.53º 0.91% 0.22% -
HSV(B) 223.53º 0.95% 0.42% -
XYZ 3.26 2.18 14.16 -
YUV 33.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 5 33 107 0.95 0.69 0 0.58 223.53 0.91 0.22
Hex 5 21 6B 5F 45 0 3A E0 5B 16
Octal 5 41 153 137 105 0 72 340 133 26
Binary 101 100001 1101011 1011111 1000101 0 111010 11100000 1011011 10110

Color Harmonies of #05216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05216B

Black with #05216B

Text Example


Text Example

White with #05216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05216B; }

 p { color: rgb(5,33,107); }

 H1.HeaderClassName
 {
   color: #05216B;
 }
 .AnyTagClassName
 {
   color: #05216B;
 }
</style>

background-color css

<style>
 a { background-color: #05216B; }

 a { background-color: rgb(5,33,107); }

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

border-color css

<style>
 span { border-color: #05216B; }

 span { border-color: rgb(5,33,107); }

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