Html Css Color HEX #134893 Dark Cerulean

📋 copy color: '#134893'

red 19 ◦ green 72 ◦ blue 147

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

Shades of Dark Cerulean #134893

Tints of Dark Cerulean #134893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 7.98%
G = 30.25%
B = 61.76%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134893 (or 0x134893) is known color: Dark Cerulean. HEX triplet: 13, 48 and 93. RGB value is (19,72,147). Sum of RGB (Red+Green+Blue) = 19+72+147=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #134893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134893 is #ECB76C. Grayscale: #404040. Windows color (decimal): -15513453 or 9652243. OLE color: 9652243.

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

Color convert

RGB 19 72 147 -
CMYK 0.87 0.51 0 0.42
HSL 215.16º 0.77% 0.33% -
HSV(B) 215.16º 0.87% 0.58% -
XYZ 7.85 6.88 28.52 -
YUV 64.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 19 72 147 0.87 0.51 0 0.42 215.16 0.77 0.33
Hex 13 48 93 57 33 0 2A D7 4D 21
Octal 23 110 223 127 63 0 52 327 115 41
Binary 10011 1001000 10010011 1010111 110011 0 101010 11010111 1001101 100001

Color Harmonies of #134893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134893

Black with #134893

Text Example


Text Example

White with #134893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134893; }

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

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

background-color css

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

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

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

border-color css

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

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

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