Html Css Color HEX #001874 Sapphire

📋 copy color: '#001874'

red 0 ◦ green 24 ◦ blue 116

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

Shades of Sapphire #001874

Tints of Sapphire #001874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.14%

 BLUE value IS 116 (45.7% from 255) = 82.86%

R = 0%
G = 17.14%
B = 82.86%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#001874 (or 0x001874) is known color: Sapphire. HEX triplet: 00, 18 and 74. RGB value is (0,24,116). Sum of RGB (Red+Green+Blue) = 0+24+116=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #001874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001874 is #FFE78B. Grayscale: #1A1A1A. Windows color (decimal): -16770956 or 7608320. OLE color: 7608320.

HSL color Cylindrical-coordinate representation of color #001874: hue angle of 227.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001874 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 24 116 -
CMYK 1 0.79 0 0.55
HSL 227.59º 1% 0.23% -
HSV(B) 227.59º 1% 0.45% -
XYZ 3.48 1.91 16.71 -
YUV 27.31 178.05 108.52 -
System Red Green Blue C M Y K H S L
Decimal 0 24 116 1 0.79 0 0.55 227.59 1 0.23
Hex 0 18 74 64 4F 0 37 E4 64 17
Octal 0 30 164 144 117 0 67 344 144 27
Binary 0 11000 1110100 1100100 1001111 0 110111 11100100 1100100 10111

Color Harmonies of #001874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001874

Black with #001874

Text Example


Text Example

White with #001874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001874; }

 p { color: rgb(0,24,116); }

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

background-color css

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

 a { background-color: rgb(0,24,116); }

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

border-color css

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

 span { border-color: rgb(0,24,116); }

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