Html Css Color HEX #134995 Dark Cerulean

📋 copy color: '#134995'

red 19 ◦ green 73 ◦ blue 149

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

Shades of Dark Cerulean #134995

Tints of Dark Cerulean #134995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 149 (58.59% from 255) = 61.83%

R = 7.88%
G = 30.29%
B = 61.83%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134995 (or 0x134995) is known color: Dark Cerulean. HEX triplet: 13, 49 and 95. RGB value is (19,73,149). Sum of RGB (Red+Green+Blue) = 19+73+149=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #134995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134995 is #ECB66A. Grayscale: #414141. Windows color (decimal): -15513195 or 9783571. OLE color: 9783571.

HSL color Cylindrical-coordinate representation of color #134995: hue angle of 215.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134995 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 73 149 -
CMYK 0.87 0.51 0 0.42
HSL 215.08º 0.77% 0.33% -
HSV(B) 215.08º 0.87% 0.58% -
XYZ 8.08 7.07 29.37 -
YUV 65.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 19 73 149 0.87 0.51 0 0.42 215.08 0.77 0.33
Hex 13 49 95 57 33 0 2A D7 4D 21
Octal 23 111 225 127 63 0 52 327 115 41
Binary 10011 1001001 10010101 1010111 110011 0 101010 11010111 1001101 100001

Color Harmonies of #134995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134995

Black with #134995

Text Example


Text Example

White with #134995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134995; }

 p { color: rgb(19,73,149); }

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

background-color css

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

 a { background-color: rgb(19,73,149); }

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

border-color css

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

 span { border-color: rgb(19,73,149); }

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