Html Css Color HEX #001D50 Sapphire

📋 copy color: '#001D50'

red 0 ◦ green 29 ◦ blue 80

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

Shades of Sapphire #001D50

Tints of Sapphire #001D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 73.39%

R = 0%
G = 26.61%
B = 73.39%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#001D50 (or 0x001D50) is known color: Sapphire. HEX triplet: 00, 1D and 50. RGB value is (0,29,80). Sum of RGB (Red+Green+Blue) = 0+29+80=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #001D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D50 is #FFE2AF. Grayscale: #191919. Windows color (decimal): -16769712 or 5250304. OLE color: 5250304.

HSL color Cylindrical-coordinate representation of color #001D50: hue angle of 218.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D50 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 29 80 -
CMYK 1 0.64 0 0.69
HSL 218.25º 1% 0.16% -
HSV(B) 218.25º 1% 0.31% -
XYZ 1.89 1.46 7.77 -
YUV 26.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 0 29 80 1 0.64 0 0.69 218.25 1 0.16
Hex 0 1D 50 64 40 0 45 DA 64 10
Octal 0 35 120 144 100 0 105 332 144 20
Binary 0 11101 1010000 1100100 1000000 0 1000101 11011010 1100100 10000

Color Harmonies of #001D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D50

Black with #001D50

Text Example


Text Example

White with #001D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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