Html Css Color HEX #001D53 Sapphire

📋 copy color: '#001D53'

red 0 ◦ green 29 ◦ blue 83

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

Shades of Sapphire #001D53

Tints of Sapphire #001D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

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

R = 0%
G = 25.89%
B = 74.11%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#001D53 (or 0x001D53) is known color: Sapphire. HEX triplet: 00, 1D and 53. RGB value is (0,29,83). Sum of RGB (Red+Green+Blue) = 0+29+83=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #001D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D53 is #FFE2AC. Grayscale: #1A1A1A. Windows color (decimal): -16769709 or 5446912. OLE color: 5446912.

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

Color convert

RGB 0 29 83 -
CMYK 1 0.65 0 0.67
HSL 219.04º 1% 0.16% -
HSV(B) 219.04º 1% 0.33% -
XYZ 2 1.5 8.37 -
YUV 26.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 0 29 83 1 0.65 0 0.67 219.04 1 0.16
Hex 0 1D 53 64 41 0 43 DB 64 10
Octal 0 35 123 144 101 0 103 333 144 20
Binary 0 11101 1010011 1100100 1000001 0 1000011 11011011 1100100 10000

Color Harmonies of #001D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D53

Black with #001D53

Text Example


Text Example

White with #001D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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