#125085

Color #125085 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #125085

Tints of Dark Cerulean #125085

Color information

#125085 (or 0x125085) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 85. RGB value is (18,80,133). Sum of RGB (Red+Green+Blue) = 18+80+133=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #125085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125085 is #EDAF7A. Grayscale: #434343. Windows color (decimal): -15576955 or 8736786. OLE color: 8736786.

HSL color Cylindrical-coordinate representation of color #125085: hue angle of 207.65º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125085 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1880133-
CMYK0.860.4000.48
HSL207.65º76.16%29.61%-
HSV(B)207.65º86.47%52.16%-
XYZ7.357.5623.26-
YUV67.5164.9692.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 133 (52.34% from 255) = 57.58%
R=7.79%
G=34.63%
B=57.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18801330.860.4000.48207.6576.1629.61
Hex1250855628030d04c1e
Octal221202051265006032011436
Binary100101010000100001011010110101000011000011010000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125085; }

 p { color: rgb(18,80,133); }

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

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

 a { background-color: rgb(18,80,133); }

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

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

 span { border-color: rgb(18,80,133); }

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