Html Css Color HEX #134678 Dark Cerulean

📋 copy color: '#134678'

red 19 ◦ green 70 ◦ blue 120

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

Shades of Dark Cerulean #134678

Tints of Dark Cerulean #134678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.42%

R = 9.09%
G = 33.49%
B = 57.42%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134678 (or 0x134678) is known color: Dark Cerulean. HEX triplet: 13, 46 and 78. RGB value is (19,70,120). Sum of RGB (Red+Green+Blue) = 19+70+120=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #134678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134678 is #ECB987. Grayscale: #3C3C3C. Windows color (decimal): -15513992 or 7882259. OLE color: 7882259.

HSL color Cylindrical-coordinate representation of color #134678: hue angle of 209.7º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134678 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 70 120 -
CMYK 0.84 0.42 0 0.53
HSL 209.7º 0.73% 0.27% -
HSV(B) 209.7º 0.84% 0.47% -
XYZ 5.85 5.87 18.59 -
YUV 60.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 19 70 120 0.84 0.42 0 0.53 209.7 0.73 0.27
Hex 13 46 78 54 2A 0 35 D2 49 1B
Octal 23 106 170 124 52 0 65 322 111 33
Binary 10011 1000110 1111000 1010100 101010 0 110101 11010010 1001001 11011

Color Harmonies of #134678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134678

Black with #134678

Text Example


Text Example

White with #134678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134678; }

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

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

background-color css

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

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

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

border-color css

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

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

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