Html Css Color HEX #001292 Dark Blue

📋 copy color: '#001292'

red 0 ◦ green 18 ◦ blue 146

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

Shades of Dark Blue #001292

Tints of Dark Blue #001292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 0%
G = 10.98%
B = 89.02%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#001292 (or 0x001292) is known color: Dark Blue. HEX triplet: 00, 12 and 92. RGB value is (0,18,146). Sum of RGB (Red+Green+Blue) = 0+18+146=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 146 (57.42% from 255 or 89.02% from 164); Max value from RGB is 146 - color contains mainly: blue. Hex color #001292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001292 is #FFED6D. Grayscale: #1A1A1A. Windows color (decimal): -16772462 or 9572864. OLE color: 9572864.

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

Color convert

RGB 0 18 146 -
CMYK 1 0.88 0 0.43
HSL 232.6º 1% 0.29% -
HSV(B) 232.6º 1% 0.57% -
XYZ 5.4 2.51 27.39 -
YUV 27.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 0 18 146 1 0.88 0 0.43 232.6 1 0.29
Hex 0 12 92 64 58 0 2B E9 64 1D
Octal 0 22 222 144 130 0 53 351 144 35
Binary 0 10010 10010010 1100100 1011000 0 101011 11101001 1100100 11101

Color Harmonies of #001292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001292

Black with #001292

Text Example


Text Example

White with #001292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001292; }

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

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

background-color css

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

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

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

border-color css

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

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

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