Html Css Color HEX #001C5D Sapphire

📋 copy color: '#001C5D'

red 0 ◦ green 28 ◦ blue 93

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

Shades of Sapphire #001C5D

Tints of Sapphire #001C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

 BLUE value IS 93 (36.72% from 255) = 76.86%

R = 0%
G = 23.14%
B = 76.86%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#001C5D (or 0x001C5D) is known color: Sapphire. HEX triplet: 00, 1C and 5D. RGB value is (0,28,93). Sum of RGB (Red+Green+Blue) = 0+28+93=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #001C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C5D is #FFE3A2. Grayscale: #1A1A1A. Windows color (decimal): -16769955 or 6102016. OLE color: 6102016.

HSL color Cylindrical-coordinate representation of color #001C5D: hue angle of 221.94º 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 #001C5D is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 28 93 -
CMYK 1 0.70 0 0.64
HSL 221.94º 1% 0.18% -
HSV(B) 221.94º 1% 0.36% -
XYZ 2.39 1.62 10.54 -
YUV 27.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 0 28 93 1 0.70 0 0.64 221.94 1 0.18
Hex 0 1C 5D 64 46 0 40 DE 64 12
Octal 0 34 135 144 106 0 100 336 144 22
Binary 0 11100 1011101 1100100 1000110 0 1000000 11011110 1100100 10010

Color Harmonies of #001C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C5D

Black with #001C5D

Text Example


Text Example

White with #001C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,28,93); }

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

background-color css

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

 a { background-color: rgb(0,28,93); }

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

border-color css

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

 span { border-color: rgb(0,28,93); }

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