Html Css Color HEX #05145F Sapphire

📋 copy color: '#05145F'

red 5 ◦ green 20 ◦ blue 95

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

Shades of Sapphire #05145F

Tints of Sapphire #05145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.67%

 BLUE value IS 95 (37.5% from 255) = 79.17%

R = 4.17%
G = 16.67%
B = 79.17%

CMYK

 C value IS 0.95

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05145F (or 0x05145F) is known color: Sapphire. HEX triplet: 05, 14 and 5F. RGB value is (5,20,95). Sum of RGB (Red+Green+Blue) = 5+20+95=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 95 (37.5% from 255 or 79.17% from 120); Max value from RGB is 95 - color contains mainly: blue. Hex color #05145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05145F is #FAEBA0. Grayscale: #171717. Windows color (decimal): -16444321 or 6231045. OLE color: 6231045.

HSL color Cylindrical-coordinate representation of color #05145F: hue angle of 230º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05145F is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 20 95 -
CMYK 0.95 0.79 0 0.63
HSL 230º 0.9% 0.2% -
HSV(B) 230º 0.95% 0.37% -
XYZ 2.38 1.36 10.96 -
YUV 24.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 5 20 95 0.95 0.79 0 0.63 230 0.9 0.2
Hex 5 14 5F 5F 4F 0 3F E6 5A 14
Octal 5 24 137 137 117 0 77 346 132 24
Binary 101 10100 1011111 1011111 1001111 0 111111 11100110 1011010 10100

Color Harmonies of #05145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05145F

Black with #05145F

Text Example


Text Example

White with #05145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05145F; }

 p { color: rgb(5,20,95); }

 H1.HeaderClassName
 {
   color: #05145F;
 }
 .AnyTagClassName
 {
   color: #05145F;
 }
</style>

background-color css

<style>
 a { background-color: #05145F; }

 a { background-color: rgb(5,20,95); }

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

border-color css

<style>
 span { border-color: #05145F; }

 span { border-color: rgb(5,20,95); }

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