Html Css Color HEX #012380 Sapphire

📋 copy color: '#012380'

red 1 ◦ green 35 ◦ blue 128

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

Shades of Sapphire #012380

Tints of Sapphire #012380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.34%

 BLUE value IS 128 (50.39% from 255) = 78.05%

R = 0.61%
G = 21.34%
B = 78.05%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#012380 (or 0x012380) is known color: Sapphire. HEX triplet: 01, 23 and 80. RGB value is (1,35,128). Sum of RGB (Red+Green+Blue) = 1+35+128=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 128 (50.39% from 255 or 78.05% from 164); Max value from RGB is 128 - color contains mainly: blue. Hex color #012380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012380 is #FEDC7F. Grayscale: #232323. Windows color (decimal): -16702592 or 8397569. OLE color: 8397569.

HSL color Cylindrical-coordinate representation of color #012380: hue angle of 223.94º 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 #012380 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 35 128 -
CMYK 0.99 0.73 0 0.50
HSL 223.94º 0.98% 0.25% -
HSV(B) 223.94º 0.99% 0.5% -
XYZ 4.51 2.77 20.72 -
YUV 35.44 180.24 103.44 -
System Red Green Blue C M Y K H S L
Decimal 1 35 128 0.99 0.73 0 0.50 223.94 0.98 0.25
Hex 1 23 80 63 49 0 32 E0 62 19
Octal 1 43 200 143 111 0 62 340 142 31
Binary 1 100011 10000000 1100011 1001001 0 110010 11100000 1100010 11001

Color Harmonies of #012380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012380

Black with #012380

Text Example


Text Example

White with #012380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012380; }

 p { color: rgb(1,35,128); }

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

background-color css

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

 a { background-color: rgb(1,35,128); }

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

border-color css

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

 span { border-color: rgb(1,35,128); }

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