Html Css Color HEX #01285F Sapphire

📋 copy color: '#01285F'

red 1 ◦ green 40 ◦ blue 95

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

Shades of Sapphire #01285F

Tints of Sapphire #01285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.41%

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

R = 0.74%
G = 29.41%
B = 69.85%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01285F (or 0x01285F) is known color: Sapphire. HEX triplet: 01, 28 and 5F. RGB value is (1,40,95). Sum of RGB (Red+Green+Blue) = 1+40+95=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #01285F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01285F is #FED7A0. Grayscale: #222222. Windows color (decimal): -16701345 or 6236161. OLE color: 6236161.

HSL color Cylindrical-coordinate representation of color #01285F: hue angle of 215.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01285F is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 40 95 -
CMYK 0.99 0.58 0 0.63
HSL 215.11º 0.98% 0.19% -
HSV(B) 215.11º 0.99% 0.37% -
XYZ 2.84 2.35 11.13 -
YUV 34.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 1 40 95 0.99 0.58 0 0.63 215.11 0.98 0.19
Hex 1 28 5F 63 3A 0 3F D7 62 13
Octal 1 50 137 143 72 0 77 327 142 23
Binary 1 101000 1011111 1100011 111010 0 111111 11010111 1100010 10011

Color Harmonies of #01285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01285F

Black with #01285F

Text Example


Text Example

White with #01285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,40,95); }

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

background-color css

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

 a { background-color: rgb(1,40,95); }

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

border-color css

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

 span { border-color: rgb(1,40,95); }

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