Html Css Color HEX #001D74 Sapphire

📋 copy color: '#001D74'

red 0 ◦ green 29 ◦ blue 116

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

Shades of Sapphire #001D74

Tints of Sapphire #001D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 80%

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001D74 (or 0x001D74) is known color: Sapphire. HEX triplet: 00, 1D and 74. RGB value is (0,29,116). Sum of RGB (Red+Green+Blue) = 0+29+116=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #001D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D74 is #FFE28B. Grayscale: #1D1D1D. Windows color (decimal): -16769676 or 7609600. OLE color: 7609600.

HSL color Cylindrical-coordinate representation of color #001D74: hue angle of 225º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D74 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 29 116 -
CMYK 1 0.75 0 0.55
HSL 225º 1% 0.23% -
HSV(B) 225º 1% 0.45% -
XYZ 3.59 2.14 16.75 -
YUV 30.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 0 29 116 1 0.75 0 0.55 225 1 0.23
Hex 0 1D 74 64 4B 0 37 E1 64 17
Octal 0 35 164 144 113 0 67 341 144 27
Binary 0 11101 1110100 1100100 1001011 0 110111 11100001 1100100 10111

Color Harmonies of #001D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D74

Black with #001D74

Text Example


Text Example

White with #001D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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