Html Css Color HEX #134A73 Dark Cerulean

📋 copy color: '#134A73'

red 19 ◦ green 74 ◦ blue 115

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

Shades of Dark Cerulean #134A73

Tints of Dark Cerulean #134A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 115 (45.31% from 255) = 55.29%

R = 9.13%
G = 35.58%
B = 55.29%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#134A73 (or 0x134A73) is known color: Dark Cerulean. HEX triplet: 13, 4A and 73. RGB value is (19,74,115). Sum of RGB (Red+Green+Blue) = 19+74+115=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #134A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A73 is #ECB58C. Grayscale: #3E3E3E. Windows color (decimal): -15512973 or 7555603. OLE color: 7555603.

HSL color Cylindrical-coordinate representation of color #134A73: hue angle of 205.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134A73 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 74 115 -
CMYK 0.83 0.36 0 0.55
HSL 205.63º 0.72% 0.26% -
HSV(B) 205.63º 0.83% 0.45% -
XYZ 5.81 6.27 17.12 -
YUV 62.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 19 74 115 0.83 0.36 0 0.55 205.63 0.72 0.26
Hex 13 4A 73 53 24 0 37 CE 48 1A
Octal 23 112 163 123 44 0 67 316 110 32
Binary 10011 1001010 1110011 1010011 100100 0 110111 11001110 1001000 11010

Color Harmonies of #134A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A73

Black with #134A73

Text Example


Text Example

White with #134A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134A73; }

 p { color: rgb(19,74,115); }

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

background-color css

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

 a { background-color: rgb(19,74,115); }

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

border-color css

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

 span { border-color: rgb(19,74,115); }

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