Html Css Color HEX #001C75 Sapphire

📋 copy color: '#001C75'

red 0 ◦ green 28 ◦ blue 117

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

Shades of Sapphire #001C75

Tints of Sapphire #001C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 80.69%

R = 0%
G = 19.31%
B = 80.69%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001C75 (or 0x001C75) is known color: Sapphire. HEX triplet: 00, 1C and 75. RGB value is (0,28,117). Sum of RGB (Red+Green+Blue) = 0+28+117=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #001C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C75 is #FFE38A. Grayscale: #1D1D1D. Windows color (decimal): -16769931 or 7674880. OLE color: 7674880.

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

Color convert

RGB 0 28 117 -
CMYK 1 0.76 0 0.54
HSL 225.64º 1% 0.23% -
HSV(B) 225.64º 1% 0.46% -
XYZ 3.63 2.11 17.05 -
YUV 29.77 177.22 106.76 -
System Red Green Blue C M Y K H S L
Decimal 0 28 117 1 0.76 0 0.54 225.64 1 0.23
Hex 0 1C 75 64 4C 0 36 E2 64 17
Octal 0 34 165 144 114 0 66 342 144 27
Binary 0 11100 1110101 1100100 1001100 0 110110 11100010 1100100 10111

Color Harmonies of #001C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C75

Black with #001C75

Text Example


Text Example

White with #001C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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