Html Css Color HEX #001C77 Sapphire

📋 copy color: '#001C77'

red 0 ◦ green 28 ◦ blue 119

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

Shades of Sapphire #001C77

Tints of Sapphire #001C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 80.95%

R = 0%
G = 19.05%
B = 80.95%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001C77 (or 0x001C77) is known color: Sapphire. HEX triplet: 00, 1C and 77. RGB value is (0,28,119). Sum of RGB (Red+Green+Blue) = 0+28+119=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 119 (46.88% from 255 or 80.95% from 147); Max value from RGB is 119 - color contains mainly: blue. Hex color #001C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C77 is #FFE388. Grayscale: #1D1D1D. Windows color (decimal): -16769929 or 7805952. OLE color: 7805952.

HSL color Cylindrical-coordinate representation of color #001C77: hue angle of 225.88º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C77 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 28 119 -
CMYK 1 0.76 0 0.53
HSL 225.88º 1% 0.23% -
HSV(B) 225.88º 1% 0.47% -
XYZ 3.75 2.16 17.67 -
YUV 30 178.22 106.6 -
System Red Green Blue C M Y K H S L
Decimal 0 28 119 1 0.76 0 0.53 225.88 1 0.23
Hex 0 1C 77 64 4C 0 35 E2 64 17
Octal 0 34 167 144 114 0 65 342 144 27
Binary 0 11100 1110111 1100100 1001100 0 110101 11100010 1100100 10111

Color Harmonies of #001C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C77

Black with #001C77

Text Example


Text Example

White with #001C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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