Html Css Color HEX #001458 Sapphire

📋 copy color: '#001458'

red 0 ◦ green 20 ◦ blue 88

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

Shades of Sapphire #001458

Tints of Sapphire #001458

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 0%
G = 18.52%
B = 81.48%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001458 (or 0x001458) is known color: Sapphire. HEX triplet: 00, 14 and 58. RGB value is (0,20,88). Sum of RGB (Red+Green+Blue) = 0+20+88=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #001458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001458 is #FFEBA7. Grayscale: #151515. Windows color (decimal): -16772008 or 5772288. OLE color: 5772288.

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

Color convert

RGB 0 20 88 -
CMYK 1 0.77 0 0.65
HSL 226.36º 1% 0.17% -
HSV(B) 226.36º 1% 0.35% -
XYZ 2.01 1.2 9.36 -
YUV 21.77 165.37 112.47 -
System Red Green Blue C M Y K H S L
Decimal 0 20 88 1 0.77 0 0.65 226.36 1 0.17
Hex 0 14 58 64 4D 0 41 E2 64 11
Octal 0 24 130 144 115 0 101 342 144 21
Binary 0 10100 1011000 1100100 1001101 0 1000001 11100010 1100100 10001

Color Harmonies of #001458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001458

Black with #001458

Text Example


Text Example

White with #001458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001458; }

 p { color: rgb(0,20,88); }

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

background-color css

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

 a { background-color: rgb(0,20,88); }

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

border-color css

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

 span { border-color: rgb(0,20,88); }

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