Html Css Color HEX #001692 Dark Blue

📋 copy color: '#001692'

red 0 ◦ green 22 ◦ blue 146

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

Shades of Dark Blue #001692

Tints of Dark Blue #001692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.1%

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

R = 0%
G = 13.1%
B = 86.9%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001692 (or 0x001692) is known color: Dark Blue. HEX triplet: 00, 16 and 92. RGB value is (0,22,146). Sum of RGB (Red+Green+Blue) = 0+22+146=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 146 (57.42% from 255 or 86.90% from 168); Max value from RGB is 146 - color contains mainly: blue. Hex color #001692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001692 is #FFE96D. Grayscale: #1D1D1D. Windows color (decimal): -16771438 or 9573888. OLE color: 9573888.

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

Color convert

RGB 0 22 146 -
CMYK 1 0.85 0 0.43
HSL 230.96º 1% 0.29% -
HSV(B) 230.96º 1% 0.57% -
XYZ 5.48 2.65 27.42 -
YUV 29.56 193.71 106.92 -
System Red Green Blue C M Y K H S L
Decimal 0 22 146 1 0.85 0 0.43 230.96 1 0.29
Hex 0 16 92 64 55 0 2B E7 64 1D
Octal 0 26 222 144 125 0 53 347 144 35
Binary 0 10110 10010010 1100100 1010101 0 101011 11100111 1100100 11101

Color Harmonies of #001692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001692

Black with #001692

Text Example


Text Example

White with #001692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001692; }

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

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

background-color css

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

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

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

border-color css

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

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

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