Html Css Color HEX #001454 Sapphire

📋 copy color: '#001454'

red 0 ◦ green 20 ◦ blue 84

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

Shades of Sapphire #001454

Tints of Sapphire #001454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 80.77%

R = 0%
G = 19.23%
B = 80.77%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#001454 (or 0x001454) is known color: Sapphire. HEX triplet: 00, 14 and 54. RGB value is (0,20,84). Sum of RGB (Red+Green+Blue) = 0+20+84=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 84 (33.20% from 255 or 80.77% from 104); Max value from RGB is 84 - color contains mainly: blue. Hex color #001454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001454 is #FFEBAB. Grayscale: #151515. Windows color (decimal): -16772012 or 5510144. OLE color: 5510144.

HSL color Cylindrical-coordinate representation of color #001454: hue angle of 225.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001454 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 20 84 -
CMYK 1 0.76 0 0.67
HSL 225.71º 1% 0.16% -
HSV(B) 225.71º 1% 0.33% -
XYZ 1.85 1.14 8.51 -
YUV 21.32 163.37 112.8 -
System Red Green Blue C M Y K H S L
Decimal 0 20 84 1 0.76 0 0.67 225.71 1 0.16
Hex 0 14 54 64 4C 0 43 E2 64 10
Octal 0 24 124 144 114 0 103 342 144 20
Binary 0 10100 1010100 1100100 1001100 0 1000011 11100010 1100100 10000

Color Harmonies of #001454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001454

Black with #001454

Text Example


Text Example

White with #001454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001454; }

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

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

background-color css

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

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

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

border-color css

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

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

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