Html Css Color HEX #001C71 Sapphire

📋 copy color: '#001C71'

red 0 ◦ green 28 ◦ blue 113

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

Shades of Sapphire #001C71

Tints of Sapphire #001C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 80.14%

R = 0%
G = 19.86%
B = 80.14%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001C71 (or 0x001C71) is known color: Sapphire. HEX triplet: 00, 1C and 71. RGB value is (0,28,113). Sum of RGB (Red+Green+Blue) = 0+28+113=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #001C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C71 is #FFE38E. Grayscale: #1C1C1C. Windows color (decimal): -16769935 or 7412736. OLE color: 7412736.

HSL color Cylindrical-coordinate representation of color #001C71: hue angle of 225.13º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C71 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 28 113 -
CMYK 1 0.75 0 0.56
HSL 225.13º 1% 0.22% -
HSV(B) 225.13º 1% 0.44% -
XYZ 3.4 2.02 15.83 -
YUV 29.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 0 28 113 1 0.75 0 0.56 225.13 1 0.22
Hex 0 1C 71 64 4B 0 38 E1 64 16
Octal 0 34 161 144 113 0 70 341 144 26
Binary 0 11100 1110001 1100100 1001011 0 111000 11100001 1100100 10110

Color Harmonies of #001C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C71

Black with #001C71

Text Example


Text Example

White with #001C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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