#134B74

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

Shades of Dark Cerulean #134B74

Tints of Dark Cerulean #134B74

Color information

#134B74 (or 0x134B74) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4B and 74. RGB value is (19,75,116). Sum of RGB (Red+Green+Blue) = 19+75+116=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #134B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B74 is #ECB48B. Grayscale: #3E3E3E. Windows color (decimal): -15512716 or 7621395. OLE color: 7621395.

HSL color Cylindrical-coordinate representation of color #134B74: hue angle of 205.36º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134B74 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1975116-
CMYK0.840.3500.55
HSL205.36º71.85%26.47%-
HSV(B)205.36º83.62%45.49%-
XYZ5.946.4317.45-
YUV62.93157.9596.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 116 (45.70% from 255) = 55.24%
R=9.05%
G=35.71%
B=55.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19751160.840.3500.55205.3671.8526.47
Hex134B745423037cd481a
Octal231131641244306731511032
Binary10011100101111101001010100100011011011111001101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134B74; }

 p { color: rgb(19,75,116); }

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

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

 a { background-color: rgb(19,75,116); }

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

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

 span { border-color: rgb(19,75,116); }

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