Html Css Color HEX #134493 Dark Cerulean

📋 copy color: '#134493'

red 19 ◦ green 68 ◦ blue 147

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

Shades of Dark Cerulean #134493

Tints of Dark Cerulean #134493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 62.82%

R = 8.12%
G = 29.06%
B = 62.82%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134493 (or 0x134493) is known color: Dark Cerulean. HEX triplet: 13, 44 and 93. RGB value is (19,68,147). Sum of RGB (Red+Green+Blue) = 19+68+147=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #134493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134493 is #ECBB6C. Grayscale: #3D3D3D. Windows color (decimal): -15514477 or 9651219. OLE color: 9651219.

HSL color Cylindrical-coordinate representation of color #134493: hue angle of 217.03º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134493 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 68 147 -
CMYK 0.87 0.54 0 0.42
HSL 217.03º 0.77% 0.33% -
HSV(B) 217.03º 0.87% 0.58% -
XYZ 7.6 6.38 28.43 -
YUV 62.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 19 68 147 0.87 0.54 0 0.42 217.03 0.77 0.33
Hex 13 44 93 57 36 0 2A D9 4D 21
Octal 23 104 223 127 66 0 52 331 115 41
Binary 10011 1000100 10010011 1010111 110110 0 101010 11011001 1001101 100001

Color Harmonies of #134493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134493

Black with #134493

Text Example


Text Example

White with #134493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134493; }

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

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

background-color css

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

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

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

border-color css

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

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

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