Html Css Color HEX #134994 Dark Cerulean

📋 copy color: '#134994'

red 19 ◦ green 73 ◦ blue 148

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

Shades of Dark Cerulean #134994

Tints of Dark Cerulean #134994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 7.92%
G = 30.42%
B = 61.67%

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

#134994 (or 0x134994) is known color: Dark Cerulean. HEX triplet: 13, 49 and 94. RGB value is (19,73,148). Sum of RGB (Red+Green+Blue) = 19+73+148=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #134994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134994 is #ECB66B. Grayscale: #414141. Windows color (decimal): -15513196 or 9718035. OLE color: 9718035.

HSL color Cylindrical-coordinate representation of color #134994: hue angle of 214.88º 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 #134994 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 73 148 -
CMYK 0.87 0.51 0 0.42
HSL 214.88º 0.77% 0.33% -
HSV(B) 214.88º 0.87% 0.58% -
XYZ 8 7.04 28.95 -
YUV 65.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 19 73 148 0.87 0.51 0 0.42 214.88 0.77 0.33
Hex 13 49 94 57 33 0 2A D7 4D 21
Octal 23 111 224 127 63 0 52 327 115 41
Binary 10011 1001001 10010100 1010111 110011 0 101010 11010111 1001101 100001

Color Harmonies of #134994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134994

Black with #134994

Text Example


Text Example

White with #134994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134994; }

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

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

background-color css

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

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

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

border-color css

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

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

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