Html Css Color HEX #134670 Dark Cerulean

📋 copy color: '#134670'

red 19 ◦ green 70 ◦ blue 112

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

Shades of Dark Cerulean #134670

Tints of Dark Cerulean #134670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

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

R = 9.45%
G = 34.83%
B = 55.72%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134670 (or 0x134670) is known color: Dark Cerulean. HEX triplet: 13, 46 and 70. RGB value is (19,70,112). Sum of RGB (Red+Green+Blue) = 19+70+112=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #134670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134670 is #ECB98F. Grayscale: #3B3B3B. Windows color (decimal): -15514000 or 7357971. OLE color: 7357971.

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

Color convert

RGB 19 70 112 -
CMYK 0.83 0.38 0 0.56
HSL 207.1º 0.71% 0.26% -
HSV(B) 207.1º 0.83% 0.44% -
XYZ 5.38 5.69 16.14 -
YUV 59.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 19 70 112 0.83 0.38 0 0.56 207.1 0.71 0.26
Hex 13 46 70 53 26 0 38 CF 47 1A
Octal 23 106 160 123 46 0 70 317 107 32
Binary 10011 1000110 1110000 1010011 100110 0 111000 11001111 1000111 11010

Color Harmonies of #134670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134670

Black with #134670

Text Example


Text Example

White with #134670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134670; }

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

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

background-color css

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

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

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

border-color css

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

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

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