Html Css Color HEX #001D4C Sapphire

📋 copy color: '#001D4C'

red 0 ◦ green 29 ◦ blue 76

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

Shades of Sapphire #001D4C

Tints of Sapphire #001D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 72.38%

R = 0%
G = 27.62%
B = 72.38%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#001D4C (or 0x001D4C) is known color: Sapphire. HEX triplet: 00, 1D and 4C. RGB value is (0,29,76). Sum of RGB (Red+Green+Blue) = 0+29+76=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #001D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D4C is #FFE2B3. Grayscale: #191919. Windows color (decimal): -16769716 or 4988160. OLE color: 4988160.

HSL color Cylindrical-coordinate representation of color #001D4C: hue angle of 217.11º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D4C is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 29 76 -
CMYK 1 0.62 0 0.70
HSL 217.11º 1% 0.15% -
HSV(B) 217.11º 1% 0.3% -
XYZ 1.74 1.4 7.02 -
YUV 25.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 0 29 76 1 0.62 0 0.70 217.11 1 0.15
Hex 0 1D 4C 64 3E 0 46 D9 64 F
Octal 0 35 114 144 76 0 106 331 144 17
Binary 0 11101 1001100 1100100 111110 0 1000110 11011001 1100100 1111

Color Harmonies of #001D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D4C

Black with #001D4C

Text Example


Text Example

White with #001D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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