Html Css Color HEX #001453 Sapphire

📋 copy color: '#001453'

red 0 ◦ green 20 ◦ blue 83

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

Shades of Sapphire #001453

Tints of Sapphire #001453

RGB

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

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

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

R = 0%
G = 19.42%
B = 80.58%

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

#001453 (or 0x001453) is known color: Sapphire. HEX triplet: 00, 14 and 53. RGB value is (0,20,83). Sum of RGB (Red+Green+Blue) = 0+20+83=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 83 (32.81% from 255 or 80.58% from 103); Max value from RGB is 83 - color contains mainly: blue. Hex color #001453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001453 is #FFEBAC. Grayscale: #141414. Windows color (decimal): -16772013 or 5444608. OLE color: 5444608.

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

Color convert

RGB 0 20 83 -
CMYK 1 0.76 0 0.67
HSL 225.54º 1% 0.16% -
HSV(B) 225.54º 1% 0.33% -
XYZ 1.81 1.12 8.31 -
YUV 21.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 0 20 83 1 0.76 0 0.67 225.54 1 0.16
Hex 0 14 53 64 4C 0 43 E2 64 10
Octal 0 24 123 144 114 0 103 342 144 20
Binary 0 10100 1010011 1100100 1001100 0 1000011 11100010 1100100 10000

Color Harmonies of #001453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001453

Black with #001453

Text Example


Text Example

White with #001453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001453; }

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

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

background-color css

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

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

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

border-color css

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

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

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