Html Css Color HEX #134379 Dark Cerulean

📋 copy color: '#134379'

red 19 ◦ green 67 ◦ blue 121

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

Shades of Dark Cerulean #134379

Tints of Dark Cerulean #134379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 121 (47.66% from 255) = 58.45%

R = 9.18%
G = 32.37%
B = 58.45%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#134379 (or 0x134379) is known color: Dark Cerulean. HEX triplet: 13, 43 and 79. RGB value is (19,67,121). Sum of RGB (Red+Green+Blue) = 19+67+121=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #134379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134379 is #ECBC86. Grayscale: #3A3A3A. Windows color (decimal): -15514759 or 7947027. OLE color: 7947027.

HSL color Cylindrical-coordinate representation of color #134379: hue angle of 211.76º 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 #134379 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 67 121 -
CMYK 0.84 0.45 0 0.53
HSL 211.76º 0.73% 0.27% -
HSV(B) 211.76º 0.84% 0.47% -
XYZ 5.73 5.53 18.86 -
YUV 58.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 19 67 121 0.84 0.45 0 0.53 211.76 0.73 0.27
Hex 13 43 79 54 2D 0 35 D4 49 1B
Octal 23 103 171 124 55 0 65 324 111 33
Binary 10011 1000011 1111001 1010100 101101 0 110101 11010100 1001001 11011

Color Harmonies of #134379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134379

Black with #134379

Text Example


Text Example

White with #134379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134379; }

 p { color: rgb(19,67,121); }

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

background-color css

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

 a { background-color: rgb(19,67,121); }

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

border-color css

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

 span { border-color: rgb(19,67,121); }

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