Html Css Color HEX #001792 Dark Blue

📋 copy color: '#001792'

red 0 ◦ green 23 ◦ blue 146

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

Shades of Dark Blue #001792

Tints of Dark Blue #001792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.61%

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

R = 0%
G = 13.61%
B = 86.39%

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

#001792 (or 0x001792) is known color: Dark Blue. HEX triplet: 00, 17 and 92. RGB value is (0,23,146). Sum of RGB (Red+Green+Blue) = 0+23+146=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 146 (57.42% from 255 or 86.39% from 169); Max value from RGB is 146 - color contains mainly: blue. Hex color #001792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001792 is #FFE86D. Grayscale: #1D1D1D. Windows color (decimal): -16771182 or 9574144. OLE color: 9574144.

HSL color Cylindrical-coordinate representation of color #001792: hue angle of 230.55º 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 #001792 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 23 146 -
CMYK 1 0.84 0 0.43
HSL 230.55º 1% 0.29% -
HSV(B) 230.55º 1% 0.57% -
XYZ 5.49 2.69 27.42 -
YUV 30.15 193.38 106.5 -
System Red Green Blue C M Y K H S L
Decimal 0 23 146 1 0.84 0 0.43 230.55 1 0.29
Hex 0 17 92 64 54 0 2B E7 64 1D
Octal 0 27 222 144 124 0 53 347 144 35
Binary 0 10111 10010010 1100100 1010100 0 101011 11100111 1100100 11101

Color Harmonies of #001792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001792

Black with #001792

Text Example


Text Example

White with #001792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001792; }

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

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

background-color css

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

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

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

border-color css

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

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

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