Html Css Color HEX #000D92 Dark Blue

📋 copy color: '#000D92'

red 0 ◦ green 13 ◦ blue 146

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

Shades of Dark Blue #000D92

Tints of Dark Blue #000D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.18%

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

R = 0%
G = 8.18%
B = 91.82%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#000D92 (or 0x000D92) is known color: Dark Blue. HEX triplet: 00, 0D and 92. RGB value is (0,13,146). Sum of RGB (Red+Green+Blue) = 0+13+146=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 146 (57.42% from 255 or 91.82% from 159); Max value from RGB is 146 - color contains mainly: blue. Hex color #000D92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D92 is #FFF26D. Grayscale: #171717. Windows color (decimal): -16773742 or 9571584. OLE color: 9571584.

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

Color convert

RGB 0 13 146 -
CMYK 1 0.91 0 0.43
HSL 234.66º 1% 0.29% -
HSV(B) 234.66º 1% 0.57% -
XYZ 5.33 2.36 27.37 -
YUV 24.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 0 13 146 1 0.91 0 0.43 234.66 1 0.29
Hex 0 D 92 64 5B 0 2B EB 64 1D
Octal 0 15 222 144 133 0 53 353 144 35
Binary 0 1101 10010010 1100100 1011011 0 101011 11101011 1100100 11101

Color Harmonies of #000D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D92

Black with #000D92

Text Example


Text Example

White with #000D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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