Html Css Color HEX #05307B Sapphire

📋 copy color: '#05307B'

red 5 ◦ green 48 ◦ blue 123

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

Shades of Sapphire #05307B

Tints of Sapphire #05307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

 BLUE value IS 123 (48.44% from 255) = 69.89%

R = 2.84%
G = 27.27%
B = 69.89%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05307B (or 0x05307B) is known color: Sapphire. HEX triplet: 05, 30 and 7B. RGB value is (5,48,123). Sum of RGB (Red+Green+Blue) = 5+48+123=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #05307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05307B is #FACF84. Grayscale: #2B2B2B. Windows color (decimal): -16437125 or 8073221. OLE color: 8073221.

HSL color Cylindrical-coordinate representation of color #05307B: hue angle of 218.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05307B is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 48 123 -
CMYK 0.96 0.61 0 0.52
HSL 218.14º 0.92% 0.25% -
HSV(B) 218.14º 0.96% 0.48% -
XYZ 4.69 3.58 19.18 -
YUV 43.69 172.75 100.4 -
System Red Green Blue C M Y K H S L
Decimal 5 48 123 0.96 0.61 0 0.52 218.14 0.92 0.25
Hex 5 30 7B 60 3D 0 34 DA 5C 19
Octal 5 60 173 140 75 0 64 332 134 31
Binary 101 110000 1111011 1100000 111101 0 110100 11011010 1011100 11001

Color Harmonies of #05307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05307B

Black with #05307B

Text Example


Text Example

White with #05307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,48,123); }

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

background-color css

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

 a { background-color: rgb(5,48,123); }

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

border-color css

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

 span { border-color: rgb(5,48,123); }

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