Html Css Color HEX #134D70 Dark Cerulean

📋 copy color: '#134D70'

red 19 ◦ green 77 ◦ blue 112

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

Shades of Dark Cerulean #134D70

Tints of Dark Cerulean #134D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.02%

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

R = 9.13%
G = 37.02%
B = 53.85%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134D70 (or 0x134D70) is known color: Dark Cerulean. HEX triplet: 13, 4D and 70. RGB value is (19,77,112). Sum of RGB (Red+Green+Blue) = 19+77+112=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #134D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D70 is #ECB28F. Grayscale: #3F3F3F. Windows color (decimal): -15512208 or 7359763. OLE color: 7359763.

HSL color Cylindrical-coordinate representation of color #134D70: hue angle of 202.58º 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 #134D70 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 77 112 -
CMYK 0.83 0.31 0 0.56
HSL 202.58º 0.71% 0.26% -
HSV(B) 202.58º 0.83% 0.44% -
XYZ 5.85 6.62 16.3 -
YUV 63.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 19 77 112 0.83 0.31 0 0.56 202.58 0.71 0.26
Hex 13 4D 70 53 1F 0 38 CB 47 1A
Octal 23 115 160 123 37 0 70 313 107 32
Binary 10011 1001101 1110000 1010011 11111 0 111000 11001011 1000111 11010

Color Harmonies of #134D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134D70

Black with #134D70

Text Example


Text Example

White with #134D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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