Html Css Color HEX #134A70 Dark Cerulean

📋 copy color: '#134A70'

red 19 ◦ green 74 ◦ blue 112

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

Shades of Dark Cerulean #134A70

Tints of Dark Cerulean #134A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 9.27%
G = 36.1%
B = 54.63%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134A70 (or 0x134A70) is known color: Dark Cerulean. HEX triplet: 13, 4A and 70. RGB value is (19,74,112). Sum of RGB (Red+Green+Blue) = 19+74+112=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #134A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A70 is #ECB58F. Grayscale: #3D3D3D. Windows color (decimal): -15512976 or 7358995. OLE color: 7358995.

HSL color Cylindrical-coordinate representation of color #134A70: hue angle of 204.52º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134A70 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 74 112 -
CMYK 0.83 0.34 0 0.56
HSL 204.52º 0.71% 0.26% -
HSV(B) 204.52º 0.83% 0.44% -
XYZ 5.64 6.21 16.23 -
YUV 61.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 19 74 112 0.83 0.34 0 0.56 204.52 0.71 0.26
Hex 13 4A 70 53 22 0 38 CD 47 1A
Octal 23 112 160 123 42 0 70 315 107 32
Binary 10011 1001010 1110000 1010011 100010 0 111000 11001101 1000111 11010

Color Harmonies of #134A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134A70

Black with #134A70

Text Example


Text Example

White with #134A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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