Html Css Color HEX #01287B Sapphire

📋 copy color: '#01287B'

red 1 ◦ green 40 ◦ blue 123

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

Shades of Sapphire #01287B

Tints of Sapphire #01287B

RGB

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

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

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

R = 0.61%
G = 24.39%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01287B (or 0x01287B) is known color: Sapphire. HEX triplet: 01, 28 and 7B. RGB value is (1,40,123). Sum of RGB (Red+Green+Blue) = 1+40+123=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #01287B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01287B is #FED784. Grayscale: #252525. Windows color (decimal): -16701317 or 8071169. OLE color: 8071169.

HSL color Cylindrical-coordinate representation of color #01287B: hue angle of 220.82º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01287B is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 40 123 -
CMYK 0.99 0.67 0 0.52
HSL 220.82º 0.98% 0.24% -
HSV(B) 220.82º 0.99% 0.48% -
XYZ 4.35 2.95 19.08 -
YUV 37.8 176.08 101.75 -
System Red Green Blue C M Y K H S L
Decimal 1 40 123 0.99 0.67 0 0.52 220.82 0.98 0.24
Hex 1 28 7B 63 43 0 34 DD 62 18
Octal 1 50 173 143 103 0 64 335 142 30
Binary 1 101000 1111011 1100011 1000011 0 110100 11011101 1100010 11000

Color Harmonies of #01287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01287B

Black with #01287B

Text Example


Text Example

White with #01287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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