#123775

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

Shades of Dark Cerulean #123775

Tints of Dark Cerulean #123775

Color information

#123775 (or 0x123775) is unknown color: approx Dark Cerulean. HEX triplet: 12, 37 and 75. RGB value is (18,55,117). Sum of RGB (Red+Green+Blue) = 18+55+117=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #123775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123775 is #EDC88A. Grayscale: #323232. Windows color (decimal): -15583371 or 7681810. OLE color: 7681810.

HSL color Cylindrical-coordinate representation of color #123775: hue angle of 217.58º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123775 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1855117-
CMYK0.850.5300.54
HSL217.58º73.33%26.47%-
HSV(B)217.58º84.62%45.88%-
XYZ4.834.1517.38-
YUV51165.24104.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 55 (21.88% from 255) = 28.95%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=9.47%
G=28.95%
B=61.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18551170.850.5300.54217.5873.3326.47
Hex1237755535036da491a
Octal22671651256506633211132
Binary1001011011111101011010101110101011011011011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123775; }

 p { color: rgb(18,55,117); }

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

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

 a { background-color: rgb(18,55,117); }

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

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

 span { border-color: rgb(18,55,117); }

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