Html Css Color HEX #002454 Sapphire

📋 copy color: '#002454'

red 0 ◦ green 36 ◦ blue 84

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

Shades of Sapphire #002454

Tints of Sapphire #002454

RGB

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

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

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

R = 0%
G = 30%
B = 70%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#002454 (or 0x002454) is known color: Sapphire. HEX triplet: 00, 24 and 54. RGB value is (0,36,84). Sum of RGB (Red+Green+Blue) = 0+36+84=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 84 (33.20% from 255 or 70% from 120); Max value from RGB is 84 - color contains mainly: blue. Hex color #002454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002454 is #FFDBAB. Grayscale: #1E1E1E. Windows color (decimal): -16767916 or 5514240. OLE color: 5514240.

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

Color convert

RGB 0 36 84 -
CMYK 1 0.57 0 0.67
HSL 214.29º 1% 0.16% -
HSV(B) 214.29º 1% 0.33% -
XYZ 2.23 1.9 8.64 -
YUV 30.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 0 36 84 1 0.57 0 0.67 214.29 1 0.16
Hex 0 24 54 64 39 0 43 D6 64 10
Octal 0 44 124 144 71 0 103 326 144 20
Binary 0 100100 1010100 1100100 111001 0 1000011 11010110 1100100 10000

Color Harmonies of #002454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002454

Black with #002454

Text Example


Text Example

White with #002454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002454; }

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

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

background-color css

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

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

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

border-color css

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

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

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