Html Css Color HEX #05234D Sapphire

📋 copy color: '#05234D'

red 5 ◦ green 35 ◦ blue 77

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

Shades of Sapphire #05234D

Tints of Sapphire #05234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.91%

 BLUE value IS 77 (30.47% from 255) = 65.81%

R = 4.27%
G = 29.91%
B = 65.81%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05234D (or 0x05234D) is known color: Sapphire. HEX triplet: 05, 23 and 4D. RGB value is (5,35,77). Sum of RGB (Red+Green+Blue) = 5+35+77=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #05234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05234D is #FADCB2. Grayscale: #1E1E1E. Windows color (decimal): -16440499 or 5055237. OLE color: 5055237.

HSL color Cylindrical-coordinate representation of color #05234D: hue angle of 215º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05234D is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 35 77 -
CMYK 0.94 0.55 0 0.70
HSL 215º 0.88% 0.16% -
HSV(B) 215º 0.94% 0.3% -
XYZ 2 1.77 7.26 -
YUV 30.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 5 35 77 0.94 0.55 0 0.70 215 0.88 0.16
Hex 5 23 4D 5E 37 0 46 D7 58 10
Octal 5 43 115 136 67 0 106 327 130 20
Binary 101 100011 1001101 1011110 110111 0 1000110 11010111 1011000 10000

Color Harmonies of #05234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05234D

Black with #05234D

Text Example


Text Example

White with #05234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,35,77); }

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

background-color css

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

 a { background-color: rgb(5,35,77); }

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

border-color css

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

 span { border-color: rgb(5,35,77); }

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