Html Css Color HEX #002453 Sapphire

📋 copy color: '#002453'

red 0 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #002453

Tints of Sapphire #002453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 69.75%

R = 0%
G = 30.25%
B = 69.75%

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

#002453 (or 0x002453) is known color: Sapphire. HEX triplet: 00, 24 and 53. RGB value is (0,36,83). Sum of RGB (Red+Green+Blue) = 0+36+83=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #002453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002453 is #FFDBAC. Grayscale: #1E1E1E. Windows color (decimal): -16767917 or 5448704. OLE color: 5448704.

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

Color convert

RGB 0 36 83 -
CMYK 1 0.57 0 0.67
HSL 213.98º 1% 0.16% -
HSV(B) 213.98º 1% 0.33% -
XYZ 2.19 1.89 8.43 -
YUV 30.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 0 36 83 1 0.57 0 0.67 213.98 1 0.16
Hex 0 24 53 64 39 0 43 D6 64 10
Octal 0 44 123 144 71 0 103 326 144 20
Binary 0 100100 1010011 1100100 111001 0 1000011 11010110 1100100 10000

Color Harmonies of #002453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002453

Black with #002453

Text Example


Text Example

White with #002453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002453; }

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

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

background-color css

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

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

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

border-color css

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

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

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