Html Css Color HEX #134877 Dark Cerulean

📋 copy color: '#134877'

red 19 ◦ green 72 ◦ blue 119

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

Shades of Dark Cerulean #134877

Tints of Dark Cerulean #134877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 9.05%
G = 34.29%
B = 56.67%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134877 (or 0x134877) is known color: Dark Cerulean. HEX triplet: 13, 48 and 77. RGB value is (19,72,119). Sum of RGB (Red+Green+Blue) = 19+72+119=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #134877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134877 is #ECB788. Grayscale: #3D3D3D. Windows color (decimal): -15513481 or 7817235. OLE color: 7817235.

HSL color Cylindrical-coordinate representation of color #134877: hue angle of 208.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134877 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 72 119 -
CMYK 0.84 0.39 0 0.53
HSL 208.2º 0.72% 0.27% -
HSV(B) 208.2º 0.84% 0.47% -
XYZ 5.92 6.11 18.32 -
YUV 61.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 19 72 119 0.84 0.39 0 0.53 208.2 0.72 0.27
Hex 13 48 77 54 27 0 35 D0 48 1B
Octal 23 110 167 124 47 0 65 320 110 33
Binary 10011 1001000 1110111 1010100 100111 0 110101 11010000 1001000 11011

Color Harmonies of #134877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134877

Black with #134877

Text Example


Text Example

White with #134877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134877; }

 p { color: rgb(19,72,119); }

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

background-color css

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

 a { background-color: rgb(19,72,119); }

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

border-color css

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

 span { border-color: rgb(19,72,119); }

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