Html Css Color HEX #001D70 Sapphire

📋 copy color: '#001D70'

red 0 ◦ green 29 ◦ blue 112

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

Shades of Sapphire #001D70

Tints of Sapphire #001D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 79.43%

R = 0%
G = 20.57%
B = 79.43%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001D70 (or 0x001D70) is known color: Sapphire. HEX triplet: 00, 1D and 70. RGB value is (0,29,112). Sum of RGB (Red+Green+Blue) = 0+29+112=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #001D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D70 is #FFE28F. Grayscale: #1D1D1D. Windows color (decimal): -16769680 or 7347456. OLE color: 7347456.

HSL color Cylindrical-coordinate representation of color #001D70: hue angle of 224.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D70 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 29 112 -
CMYK 1 0.74 0 0.56
HSL 224.46º 1% 0.22% -
HSV(B) 224.46º 1% 0.44% -
XYZ 3.36 2.05 15.55 -
YUV 29.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 0 29 112 1 0.74 0 0.56 224.46 1 0.22
Hex 0 1D 70 64 4A 0 38 E0 64 16
Octal 0 35 160 144 112 0 70 340 144 26
Binary 0 11101 1110000 1100100 1001010 0 111000 11100000 1100100 10110

Color Harmonies of #001D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D70

Black with #001D70

Text Example


Text Example

White with #001D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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