Html Css Color HEX #001693 Dark Blue

📋 copy color: '#001693'

red 0 ◦ green 22 ◦ blue 147

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

Shades of Dark Blue #001693

Tints of Dark Blue #001693

RGB

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

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

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

R = 0%
G = 13.02%
B = 86.98%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001693 (or 0x001693) is known color: Dark Blue. HEX triplet: 00, 16 and 93. RGB value is (0,22,147). Sum of RGB (Red+Green+Blue) = 0+22+147=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 147 (57.81% from 255 or 86.98% from 169); Max value from RGB is 147 - color contains mainly: blue. Hex color #001693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001693 is #FFE96C. Grayscale: #1D1D1D. Windows color (decimal): -16771437 or 9639424. OLE color: 9639424.

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

Color convert

RGB 0 22 147 -
CMYK 1 0.85 0 0.42
HSL 231.02º 1% 0.29% -
HSV(B) 231.02º 1% 0.58% -
XYZ 5.55 2.68 27.83 -
YUV 29.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 0 22 147 1 0.85 0 0.42 231.02 1 0.29
Hex 0 16 93 64 55 0 2A E7 64 1D
Octal 0 26 223 144 125 0 52 347 144 35
Binary 0 10110 10010011 1100100 1010101 0 101010 11100111 1100100 11101

Color Harmonies of #001693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001693

Black with #001693

Text Example


Text Example

White with #001693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001693; }

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

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

background-color css

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

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

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

border-color css

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

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

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