Html Css Color HEX #134781 Dark Cerulean

📋 copy color: '#134781'

red 19 ◦ green 71 ◦ blue 129

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

Shades of Dark Cerulean #134781

Tints of Dark Cerulean #134781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 129 (50.78% from 255) = 58.9%

R = 8.68%
G = 32.42%
B = 58.9%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#134781 (or 0x134781) is known color: Dark Cerulean. HEX triplet: 13, 47 and 81. RGB value is (19,71,129). Sum of RGB (Red+Green+Blue) = 19+71+129=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #134781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134781 is #ECB87E. Grayscale: #3D3D3D. Windows color (decimal): -15513727 or 8472339. OLE color: 8472339.

HSL color Cylindrical-coordinate representation of color #134781: hue angle of 211.64º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134781 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 71 129 -
CMYK 0.85 0.45 0 0.49
HSL 211.64º 0.74% 0.29% -
HSV(B) 211.64º 0.85% 0.51% -
XYZ 6.48 6.23 21.63 -
YUV 62.06 165.77 97.28 -
System Red Green Blue C M Y K H S L
Decimal 19 71 129 0.85 0.45 0 0.49 211.64 0.74 0.29
Hex 13 47 81 55 2D 0 31 D4 4A 1D
Octal 23 107 201 125 55 0 61 324 112 35
Binary 10011 1000111 10000001 1010101 101101 0 110001 11010100 1001010 11101

Color Harmonies of #134781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134781

Black with #134781

Text Example


Text Example

White with #134781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134781; }

 p { color: rgb(19,71,129); }

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

background-color css

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

 a { background-color: rgb(19,71,129); }

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

border-color css

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

 span { border-color: rgb(19,71,129); }

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