Html Css Color HEX #012450 Sapphire

📋 copy color: '#012450'

red 1 ◦ green 36 ◦ blue 80

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

Shades of Sapphire #012450

Tints of Sapphire #012450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

 BLUE value IS 80 (31.64% from 255) = 68.38%

R = 0.85%
G = 30.77%
B = 68.38%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#012450 (or 0x012450) is known color: Sapphire. HEX triplet: 01, 24 and 50. RGB value is (1,36,80). Sum of RGB (Red+Green+Blue) = 1+36+80=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #012450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012450 is #FEDBAF. Grayscale: #1E1E1E. Windows color (decimal): -16702384 or 5252097. OLE color: 5252097.

HSL color Cylindrical-coordinate representation of color #012450: hue angle of 213.42º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012450 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 36 80 -
CMYK 0.99 0.55 0 0.69
HSL 213.42º 0.98% 0.16% -
HSV(B) 213.42º 0.99% 0.31% -
XYZ 2.09 1.85 7.84 -
YUV 30.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 1 36 80 0.99 0.55 0 0.69 213.42 0.98 0.16
Hex 1 24 50 63 37 0 45 D5 62 10
Octal 1 44 120 143 67 0 105 325 142 20
Binary 1 100100 1010000 1100011 110111 0 1000101 11010101 1100010 10000

Color Harmonies of #012450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012450

Black with #012450

Text Example


Text Example

White with #012450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012450; }

 p { color: rgb(1,36,80); }

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

background-color css

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

 a { background-color: rgb(1,36,80); }

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

border-color css

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

 span { border-color: rgb(1,36,80); }

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