Html Css Color HEX #001893 Dark Blue

📋 copy color: '#001893'

red 0 ◦ green 24 ◦ blue 147

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

Shades of Dark Blue #001893

Tints of Dark Blue #001893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 85.96%

R = 0%
G = 14.04%
B = 85.96%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001893 (or 0x001893) is known color: Dark Blue. HEX triplet: 00, 18 and 93. RGB value is (0,24,147). Sum of RGB (Red+Green+Blue) = 0+24+147=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 147 (57.81% from 255 or 85.96% from 171); Max value from RGB is 147 - color contains mainly: blue. Hex color #001893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001893 is #FFE76C. Grayscale: #1E1E1E. Windows color (decimal): -16770925 or 9639936. OLE color: 9639936.

HSL color Cylindrical-coordinate representation of color #001893: hue angle of 230.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001893 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 24 147 -
CMYK 1 0.84 0 0.42
HSL 230.2º 1% 0.29% -
HSV(B) 230.2º 1% 0.58% -
XYZ 5.59 2.76 27.84 -
YUV 30.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 0 24 147 1 0.84 0 0.42 230.2 1 0.29
Hex 0 18 93 64 54 0 2A E6 64 1D
Octal 0 30 223 144 124 0 52 346 144 35
Binary 0 11000 10010011 1100100 1010100 0 101010 11100110 1100100 11101

Color Harmonies of #001893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001893

Black with #001893

Text Example


Text Example

White with #001893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001893; }

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

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

background-color css

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

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

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

border-color css

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

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

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