#134B8F

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

Shades of Dark Cerulean #134B8F

Tints of Dark Cerulean #134B8F

Color information

#134B8F (or 0x134B8F) is unknown color: approx Dark Cerulean. HEX triplet: 13, 4B and 8F. RGB value is (19,75,143). Sum of RGB (Red+Green+Blue) = 19+75+143=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #134B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134B8F is #ECB470. Grayscale: #414141. Windows color (decimal): -15512689 or 9390867. OLE color: 9390867.

HSL color Cylindrical-coordinate representation of color #134B8F: hue angle of 212.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134B8F is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1975143-
CMYK0.870.4800.44
HSL212.9º76.54%31.76%-
HSV(B)212.9º86.71%56.08%-
XYZ7.747.1526.96-
YUV66.01171.4594.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 143 (56.25% from 255) = 60.34%
R=8.02%
G=31.65%
B=60.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19751430.870.4800.44212.976.5431.76
Hex134B8F573002Cd54d20
Octal231132171276005432511540
Binary1001110010111000111110101111100000101100110101011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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