#12057A

Color #12057A Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #12057A

Tints of Navy #12057A

Color information

#12057A (or 0x12057A) is unknown color: approx Navy. HEX triplet: 12, 05 and 7A. RGB value is (18,5,122). Sum of RGB (Red+Green+Blue) = 18+5+122=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #12057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12057A is #EDFA85. Grayscale: #151515. Windows color (decimal): -15596166 or 7996690. OLE color: 7996690.

HSL color Cylindrical-coordinate representation of color #12057A: hue angle of 246.67º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12057A is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB185122-
CMYK0.850.9600.52
HSL246.67º92.13%24.9%-
HSV(B)246.67º95.9%47.84%-
XYZ3.821.6418.53-
YUV22.22184.31124.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=12.41%
G=3.45%
B=84.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1851220.850.9600.52246.6792.1324.9
Hex1257A5560034f75c19
Octal22517212514006436713431
Binary10010101111101010101011100000011010011110111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12057A; }

 p { color: rgb(18,5,122); }

 H1.HeaderClassName
 {
   color: #12057A;
 }
 .AnyTagClassName
 {
   color: #12057A;
 }
</style>
background-color css

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

 a { background-color: rgb(18,5,122); }

 div.DivClassName
 {
   background-color: #12057A;
 }
 .BgClassName
 {
   background-color: #12057A;
 }
</style>
border-color css

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

 span { border-color: rgb(18,5,122); }

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