Html Css Color HEX #001954 Sapphire

📋 copy color: '#001954'

red 0 ◦ green 25 ◦ blue 84

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

Shades of Sapphire #001954

Tints of Sapphire #001954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.94%

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

R = 0%
G = 22.94%
B = 77.06%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#001954 (or 0x001954) is known color: Sapphire. HEX triplet: 00, 19 and 54. RGB value is (0,25,84). Sum of RGB (Red+Green+Blue) = 0+25+84=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #001954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001954 is #FFE6AB. Grayscale: #171717. Windows color (decimal): -16770732 or 5511424. OLE color: 5511424.

HSL color Cylindrical-coordinate representation of color #001954: hue angle of 222.14º 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 #001954 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 25 84 -
CMYK 1 0.70 0 0.67
HSL 222.14º 1% 0.16% -
HSV(B) 222.14º 1% 0.33% -
XYZ 1.95 1.34 8.54 -
YUV 24.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 0 25 84 1 0.70 0 0.67 222.14 1 0.16
Hex 0 19 54 64 46 0 43 DE 64 10
Octal 0 31 124 144 106 0 103 336 144 20
Binary 0 11001 1010100 1100100 1000110 0 1000011 11011110 1100100 10000

Color Harmonies of #001954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001954

Black with #001954

Text Example


Text Example

White with #001954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001954; }

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

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

background-color css

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

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

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

border-color css

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

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

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