Html Css Color HEX #134679 Dark Cerulean

📋 copy color: '#134679'

red 19 ◦ green 70 ◦ blue 121

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

Shades of Dark Cerulean #134679

Tints of Dark Cerulean #134679

RGB

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

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

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

R = 9.05%
G = 33.33%
B = 57.62%

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

#134679 (or 0x134679) is known color: Dark Cerulean. HEX triplet: 13, 46 and 79. RGB value is (19,70,121). Sum of RGB (Red+Green+Blue) = 19+70+121=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #134679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134679 is #ECB986. Grayscale: #3C3C3C. Windows color (decimal): -15513991 or 7947795. OLE color: 7947795.

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

Color convert

RGB 19 70 121 -
CMYK 0.84 0.42 0 0.53
HSL 210º 0.73% 0.27% -
HSV(B) 210º 0.84% 0.47% -
XYZ 5.91 5.9 18.92 -
YUV 60.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 19 70 121 0.84 0.42 0 0.53 210 0.73 0.27
Hex 13 46 79 54 2A 0 35 D2 49 1B
Octal 23 106 171 124 52 0 65 322 111 33
Binary 10011 1000110 1111001 1010100 101010 0 110101 11010010 1001001 11011

Color Harmonies of #134679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134679

Black with #134679

Text Example


Text Example

White with #134679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134679; }

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

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

background-color css

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

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

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

border-color css

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

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

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