Html Css Color HEX #001D5C Sapphire

📋 copy color: '#001D5C'

red 0 ◦ green 29 ◦ blue 92

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

Shades of Sapphire #001D5C

Tints of Sapphire #001D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 76.03%

R = 0%
G = 23.97%
B = 76.03%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#001D5C (or 0x001D5C) is known color: Sapphire. HEX triplet: 00, 1D and 5C. RGB value is (0,29,92). Sum of RGB (Red+Green+Blue) = 0+29+92=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #001D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D5C is #FFE2A3. Grayscale: #1B1B1B. Windows color (decimal): -16769700 or 6036736. OLE color: 6036736.

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

Color convert

RGB 0 29 92 -
CMYK 1 0.68 0 0.64
HSL 221.09º 1% 0.18% -
HSV(B) 221.09º 1% 0.36% -
XYZ 2.37 1.65 10.32 -
YUV 27.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 0 29 92 1 0.68 0 0.64 221.09 1 0.18
Hex 0 1D 5C 64 44 0 40 DD 64 12
Octal 0 35 134 144 104 0 100 335 144 22
Binary 0 11101 1011100 1100100 1000100 0 1000000 11011101 1100100 10010

Color Harmonies of #001D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D5C

Black with #001D5C

Text Example


Text Example

White with #001D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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