Html Css Color HEX #134688 Dark Cerulean

📋 copy color: '#134688'

red 19 ◦ green 70 ◦ blue 136

#134688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #134688

Tints of Dark Cerulean #134688

RGB

 RED value IS 19 (7.81% from 255) = 8.44%

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 136 (53.52% from 255) = 60.44%

R = 8.44%
G = 31.11%
B = 60.44%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#134688 (or 0x134688) is known color: Dark Cerulean. HEX triplet: 13, 46 and 88. RGB value is (19,70,136). Sum of RGB (Red+Green+Blue) = 19+70+136=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #134688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134688 is #ECB977. Grayscale: #3D3D3D. Windows color (decimal): -15513976 or 8930835. OLE color: 8930835.

HSL color Cylindrical-coordinate representation of color #134688: hue angle of 213.85º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134688 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 70 136 -
CMYK 0.86 0.49 0 0.47
HSL 213.85º 0.75% 0.3% -
HSV(B) 213.85º 0.86% 0.53% -
XYZ 6.9 6.3 24.14 -
YUV 62.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 19 70 136 0.86 0.49 0 0.47 213.85 0.75 0.3
Hex 13 46 88 56 31 0 2F D6 4B 1E
Octal 23 106 210 126 61 0 57 326 113 36
Binary 10011 1000110 10001000 1010110 110001 0 101111 11010110 1001011 11110

Color Harmonies of #134688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134688

Black with #134688

Text Example


Text Example

White with #134688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134688; }

 p { color: rgb(19,70,136); }

 H1.HeaderClassName
 {
   color: #134688;
 }
 .AnyTagClassName
 {
   color: #134688;
 }
</style>

background-color css

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

 a { background-color: rgb(19,70,136); }

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

border-color css

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

 span { border-color: rgb(19,70,136); }

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