Html Css Color HEX #012B72 Sapphire

📋 copy color: '#012B72'

red 1 ◦ green 43 ◦ blue 114

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

Shades of Sapphire #012B72

Tints of Sapphire #012B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 72.15%

R = 0.63%
G = 27.22%
B = 72.15%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012B72 (or 0x012B72) is known color: Sapphire. HEX triplet: 01, 2B and 72. RGB value is (1,43,114). Sum of RGB (Red+Green+Blue) = 1+43+114=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #012B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B72 is #FED48D. Grayscale: #262626. Windows color (decimal): -16700558 or 7482113. OLE color: 7482113.

HSL color Cylindrical-coordinate representation of color #012B72: hue angle of 217.7º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B72 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 43 114 -
CMYK 0.99 0.62 0 0.55
HSL 217.7º 0.98% 0.23% -
HSV(B) 217.7º 0.99% 0.45% -
XYZ 3.91 2.95 16.28 -
YUV 38.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 1 43 114 0.99 0.62 0 0.55 217.7 0.98 0.23
Hex 1 2B 72 63 3E 0 37 DA 62 17
Octal 1 53 162 143 76 0 67 332 142 27
Binary 1 101011 1110010 1100011 111110 0 110111 11011010 1100010 10111

Color Harmonies of #012B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B72

Black with #012B72

Text Example


Text Example

White with #012B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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