Html Css Color HEX #012C7B Sapphire

📋 copy color: '#012C7B'

red 1 ◦ green 44 ◦ blue 123

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

Shades of Sapphire #012C7B

Tints of Sapphire #012C7B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.19%

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

R = 0.6%
G = 26.19%
B = 73.21%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#012C7B (or 0x012C7B) is known color: Sapphire. HEX triplet: 01, 2C and 7B. RGB value is (1,44,123). Sum of RGB (Red+Green+Blue) = 1+44+123=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #012C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C7B is #FED384. Grayscale: #272727. Windows color (decimal): -16700293 or 8072193. OLE color: 8072193.

HSL color Cylindrical-coordinate representation of color #012C7B: hue angle of 218.85º 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 #012C7B is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 44 123 -
CMYK 0.99 0.64 0 0.52
HSL 218.85º 0.98% 0.24% -
HSV(B) 218.85º 0.99% 0.48% -
XYZ 4.49 3.24 19.13 -
YUV 40.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 1 44 123 0.99 0.64 0 0.52 218.85 0.98 0.24
Hex 1 2C 7B 63 40 0 34 DB 62 18
Octal 1 54 173 143 100 0 64 333 142 30
Binary 1 101100 1111011 1100011 1000000 0 110100 11011011 1100010 11000

Color Harmonies of #012C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C7B

Black with #012C7B

Text Example


Text Example

White with #012C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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