Html Css Color HEX #012B7F Sapphire

📋 copy color: '#012B7F'

red 1 ◦ green 43 ◦ blue 127

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

Shades of Sapphire #012B7F

Tints of Sapphire #012B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.15%

 BLUE value IS 127 (50% from 255) = 74.27%

R = 0.58%
G = 25.15%
B = 74.27%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#012B7F (or 0x012B7F) is known color: Sapphire. HEX triplet: 01, 2B and 7F. RGB value is (1,43,127). Sum of RGB (Red+Green+Blue) = 1+43+127=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #012B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B7F is #FED480. Grayscale: #272727. Windows color (decimal): -16700545 or 8334081. OLE color: 8334081.

HSL color Cylindrical-coordinate representation of color #012B7F: hue angle of 220º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B7F is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 43 127 -
CMYK 0.99 0.66 0 0.50
HSL 220º 0.98% 0.25% -
HSV(B) 220º 0.99% 0.5% -
XYZ 4.71 3.27 20.46 -
YUV 40.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 1 43 127 0.99 0.66 0 0.50 220 0.98 0.25
Hex 1 2B 7F 63 42 0 32 DC 62 19
Octal 1 53 177 143 102 0 62 334 142 31
Binary 1 101011 1111111 1100011 1000010 0 110010 11011100 1100010 11001

Color Harmonies of #012B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B7F

Black with #012B7F

Text Example


Text Example

White with #012B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B7F; }

 p { color: rgb(1,43,127); }

 H1.HeaderClassName
 {
   color: #012B7F;
 }
 .AnyTagClassName
 {
   color: #012B7F;
 }
</style>

background-color css

<style>
 a { background-color: #012B7F; }

 a { background-color: rgb(1,43,127); }

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

border-color css

<style>
 span { border-color: #012B7F; }

 span { border-color: rgb(1,43,127); }

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