Html Css Color HEX #001C5F Sapphire

📋 copy color: '#001C5F'

red 0 ◦ green 28 ◦ blue 95

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

Shades of Sapphire #001C5F

Tints of Sapphire #001C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 77.24%

R = 0%
G = 22.76%
B = 77.24%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#001C5F (or 0x001C5F) is known color: Sapphire. HEX triplet: 00, 1C and 5F. RGB value is (0,28,95). Sum of RGB (Red+Green+Blue) = 0+28+95=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #001C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C5F is #FFE3A0. Grayscale: #1A1A1A. Windows color (decimal): -16769953 or 6233088. OLE color: 6233088.

HSL color Cylindrical-coordinate representation of color #001C5F: hue angle of 222.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C5F is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 28 95 -
CMYK 1 0.71 0 0.63
HSL 222.32º 1% 0.19% -
HSV(B) 222.32º 1% 0.37% -
XYZ 2.48 1.66 11.02 -
YUV 27.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 0 28 95 1 0.71 0 0.63 222.32 1 0.19
Hex 0 1C 5F 64 47 0 3F DE 64 13
Octal 0 34 137 144 107 0 77 336 144 23
Binary 0 11100 1011111 1100100 1000111 0 111111 11011110 1100100 10011

Color Harmonies of #001C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C5F

Black with #001C5F

Text Example


Text Example

White with #001C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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