Html Css Color HEX #134689 Dark Cerulean

📋 copy color: '#134689'

red 19 ◦ green 70 ◦ blue 137

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

Shades of Dark Cerulean #134689

Tints of Dark Cerulean #134689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.62%

R = 8.41%
G = 30.97%
B = 60.62%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#134689 (or 0x134689) is known color: Dark Cerulean. HEX triplet: 13, 46 and 89. RGB value is (19,70,137). Sum of RGB (Red+Green+Blue) = 19+70+137=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #134689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134689 is #ECB976. Grayscale: #3E3E3E. Windows color (decimal): -15513975 or 8996371. OLE color: 8996371.

HSL color Cylindrical-coordinate representation of color #134689: hue angle of 214.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134689 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 70 137 -
CMYK 0.86 0.49 0 0.46
HSL 214.07º 0.76% 0.31% -
HSV(B) 214.07º 0.86% 0.54% -
XYZ 6.97 6.32 24.52 -
YUV 62.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 19 70 137 0.86 0.49 0 0.46 214.07 0.76 0.31
Hex 13 46 89 56 31 0 2E D6 4C 1F
Octal 23 106 211 126 61 0 56 326 114 37
Binary 10011 1000110 10001001 1010110 110001 0 101110 11010110 1001100 11111

Color Harmonies of #134689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134689

Black with #134689

Text Example


Text Example

White with #134689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134689; }

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

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

background-color css

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

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

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

border-color css

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

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

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