Html Css Color HEX #000C92 Dark Blue

📋 copy color: '#000C92'

red 0 ◦ green 12 ◦ blue 146

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

Shades of Dark Blue #000C92

Tints of Dark Blue #000C92

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

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

R = 0%
G = 7.59%
B = 92.41%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#000C92 (or 0x000C92) is known color: Dark Blue. HEX triplet: 00, 0C and 92. RGB value is (0,12,146). Sum of RGB (Red+Green+Blue) = 0+12+146=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #000C92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000C92 is #FFF36D. Grayscale: #171717. Windows color (decimal): -16773998 or 9571328. OLE color: 9571328.

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

Color convert

RGB 0 12 146 -
CMYK 1 0.92 0 0.43
HSL 235.07º 1% 0.29% -
HSV(B) 235.07º 1% 0.57% -
XYZ 5.32 2.34 27.37 -
YUV 23.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 0 12 146 1 0.92 0 0.43 235.07 1 0.29
Hex 0 C 92 64 5C 0 2B EB 64 1D
Octal 0 14 222 144 134 0 53 353 144 35
Binary 0 1100 10010010 1100100 1011100 0 101011 11101011 1100100 11101

Color Harmonies of #000C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C92

Black with #000C92

Text Example


Text Example

White with #000C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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