Html Css Color HEX #01054D Sapphire

📋 copy color: '#01054D'

red 1 ◦ green 5 ◦ blue 77

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

Shades of Sapphire #01054D

Tints of Sapphire #01054D

RGB

 RED value IS 1 (0.78% from 255) = 1.2%

 GREEN value IS 5 (2.34% from 255) = 6.02%

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

R = 1.2%
G = 6.02%
B = 92.77%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01054D (or 0x01054D) is known color: Sapphire. HEX triplet: 01, 05 and 4D. RGB value is (1,5,77). Sum of RGB (Red+Green+Blue) = 1+5+77=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 77 (30.47% from 255 or 92.77% from 83); Max value from RGB is 77 - color contains mainly: blue. Hex color #01054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01054D is #FEFAB2. Grayscale: #0B0B0B. Windows color (decimal): -16710323 or 5047553. OLE color: 5047553.

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

Color convert

RGB 1 5 77 -
CMYK 0.99 0.94 0 0.70
HSL 236.84º 0.97% 0.15% -
HSV(B) 236.84º 0.99% 0.3% -
XYZ 1.41 0.65 7.07 -
YUV 12.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 1 5 77 0.99 0.94 0 0.70 236.84 0.97 0.15
Hex 1 5 4D 63 5E 0 46 ED 61 F
Octal 1 5 115 143 136 0 106 355 141 17
Binary 1 101 1001101 1100011 1011110 0 1000110 11101101 1100001 1111

Color Harmonies of #01054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01054D

Black with #01054D

Text Example


Text Example

White with #01054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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