Html Css Color HEX #001D63 Sapphire

📋 copy color: '#001D63'

red 0 ◦ green 29 ◦ blue 99

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

Shades of Sapphire #001D63

Tints of Sapphire #001D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 77.34%

R = 0%
G = 22.66%
B = 77.34%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#001D63 (or 0x001D63) is known color: Sapphire. HEX triplet: 00, 1D and 63. RGB value is (0,29,99). Sum of RGB (Red+Green+Blue) = 0+29+99=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #001D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D63 is #FFE29C. Grayscale: #1C1C1C. Windows color (decimal): -16769693 or 6495488. OLE color: 6495488.

HSL color Cylindrical-coordinate representation of color #001D63: hue angle of 222.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D63 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 29 99 -
CMYK 1 0.71 0 0.61
HSL 222.42º 1% 0.19% -
HSV(B) 222.42º 1% 0.39% -
XYZ 2.69 1.78 12.01 -
YUV 28.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 0 29 99 1 0.71 0 0.61 222.42 1 0.19
Hex 0 1D 63 64 47 0 3D DE 64 13
Octal 0 35 143 144 107 0 75 336 144 23
Binary 0 11101 1100011 1100100 1000111 0 111101 11011110 1100100 10011

Color Harmonies of #001D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D63

Black with #001D63

Text Example


Text Example

White with #001D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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