Html Css Color HEX #001892 Dark Blue

📋 copy color: '#001892'

red 0 ◦ green 24 ◦ blue 146

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

Shades of Dark Blue #001892

Tints of Dark Blue #001892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 85.88%

R = 0%
G = 14.12%
B = 85.88%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001892 (or 0x001892) is known color: Dark Blue. HEX triplet: 00, 18 and 92. RGB value is (0,24,146). Sum of RGB (Red+Green+Blue) = 0+24+146=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 146 (57.42% from 255 or 85.88% from 170); Max value from RGB is 146 - color contains mainly: blue. Hex color #001892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001892 is #FFE76D. Grayscale: #1E1E1E. Windows color (decimal): -16770926 or 9574400. OLE color: 9574400.

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

Color convert

RGB 0 24 146 -
CMYK 1 0.84 0 0.43
HSL 230.14º 1% 0.29% -
HSV(B) 230.14º 1% 0.57% -
XYZ 5.51 2.73 27.43 -
YUV 30.73 193.05 106.08 -
System Red Green Blue C M Y K H S L
Decimal 0 24 146 1 0.84 0 0.43 230.14 1 0.29
Hex 0 18 92 64 54 0 2B E6 64 1D
Octal 0 30 222 144 124 0 53 346 144 35
Binary 0 11000 10010010 1100100 1010100 0 101011 11100110 1100100 11101

Color Harmonies of #001892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001892

Black with #001892

Text Example


Text Example

White with #001892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001892; }

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

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

background-color css

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

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

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

border-color css

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

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

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