Html Css Color HEX #012C6F Sapphire

📋 copy color: '#012C6F'

red 1 ◦ green 44 ◦ blue 111

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

Shades of Sapphire #012C6F

Tints of Sapphire #012C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 71.15%

R = 0.64%
G = 28.21%
B = 71.15%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#012C6F (or 0x012C6F) is known color: Sapphire. HEX triplet: 01, 2C and 6F. RGB value is (1,44,111). Sum of RGB (Red+Green+Blue) = 1+44+111=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #012C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012C6F is #FED390. Grayscale: #262626. Windows color (decimal): -16700305 or 7285761. OLE color: 7285761.

HSL color Cylindrical-coordinate representation of color #012C6F: hue angle of 216.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C6F is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 44 111 -
CMYK 0.99 0.60 0 0.56
HSL 216.55º 0.98% 0.22% -
HSV(B) 216.55º 0.99% 0.44% -
XYZ 3.78 2.96 15.41 -
YUV 38.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 1 44 111 0.99 0.60 0 0.56 216.55 0.98 0.22
Hex 1 2C 6F 63 3C 0 38 D9 62 16
Octal 1 54 157 143 74 0 70 331 142 26
Binary 1 101100 1101111 1100011 111100 0 111000 11011001 1100010 10110

Color Harmonies of #012C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C6F

Black with #012C6F

Text Example


Text Example

White with #012C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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