Html Css Color HEX #012458 Sapphire

📋 copy color: '#012458'

red 1 ◦ green 36 ◦ blue 88

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

Shades of Sapphire #012458

Tints of Sapphire #012458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 70.4%

R = 0.8%
G = 28.8%
B = 70.4%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#012458 (or 0x012458) is known color: Sapphire. HEX triplet: 01, 24 and 58. RGB value is (1,36,88). Sum of RGB (Red+Green+Blue) = 1+36+88=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #012458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012458 is #FEDBA7. Grayscale: #1F1F1F. Windows color (decimal): -16702376 or 5776385. OLE color: 5776385.

HSL color Cylindrical-coordinate representation of color #012458: hue angle of 215.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012458 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 36 88 -
CMYK 0.99 0.59 0 0.65
HSL 215.86º 0.98% 0.17% -
HSV(B) 215.86º 0.99% 0.35% -
XYZ 2.4 1.97 9.49 -
YUV 31.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 1 36 88 0.99 0.59 0 0.65 215.86 0.98 0.17
Hex 1 24 58 63 3B 0 41 D8 62 11
Octal 1 44 130 143 73 0 101 330 142 21
Binary 1 100100 1011000 1100011 111011 0 1000001 11011000 1100010 10001

Color Harmonies of #012458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012458

Black with #012458

Text Example


Text Example

White with #012458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012458; }

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

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

background-color css

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

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

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

border-color css

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

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

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