Html Css Color HEX #134471 Dark Cerulean

📋 copy color: '#134471'

red 19 ◦ green 68 ◦ blue 113

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

Shades of Dark Cerulean #134471

Tints of Dark Cerulean #134471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 9.5%
G = 34%
B = 56.5%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#134471 (or 0x134471) is known color: Dark Cerulean. HEX triplet: 13, 44 and 71. RGB value is (19,68,113). Sum of RGB (Red+Green+Blue) = 19+68+113=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #134471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134471 is #ECBB8E. Grayscale: #3A3A3A. Windows color (decimal): -15514511 or 7422995. OLE color: 7422995.

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

Color convert

RGB 19 68 113 -
CMYK 0.83 0.40 0 0.56
HSL 208.72º 0.71% 0.26% -
HSV(B) 208.72º 0.83% 0.44% -
XYZ 5.32 5.46 16.4 -
YUV 58.48 158.77 99.84 -
System Red Green Blue C M Y K H S L
Decimal 19 68 113 0.83 0.40 0 0.56 208.72 0.71 0.26
Hex 13 44 71 53 28 0 38 D1 47 1A
Octal 23 104 161 123 50 0 70 321 107 32
Binary 10011 1000100 1110001 1010011 101000 0 111000 11010001 1000111 11010

Color Harmonies of #134471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134471

Black with #134471

Text Example


Text Example

White with #134471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134471; }

 p { color: rgb(19,68,113); }

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

background-color css

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

 a { background-color: rgb(19,68,113); }

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

border-color css

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

 span { border-color: rgb(19,68,113); }

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