Html Css Color HEX #134693 Dark Cerulean

📋 copy color: '#134693'

red 19 ◦ green 70 ◦ blue 147

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

Shades of Dark Cerulean #134693

Tints of Dark Cerulean #134693

RGB

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

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

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

R = 8.05%
G = 29.66%
B = 62.29%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134693 (or 0x134693) is known color: Dark Cerulean. HEX triplet: 13, 46 and 93. RGB value is (19,70,147). Sum of RGB (Red+Green+Blue) = 19+70+147=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #134693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134693 is #ECB96C. Grayscale: #3F3F3F. Windows color (decimal): -15513965 or 9651731. OLE color: 9651731.

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

Color convert

RGB 19 70 147 -
CMYK 0.87 0.52 0 0.42
HSL 216.09º 0.77% 0.33% -
HSV(B) 216.09º 0.87% 0.58% -
XYZ 7.73 6.63 28.48 -
YUV 63.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 19 70 147 0.87 0.52 0 0.42 216.09 0.77 0.33
Hex 13 46 93 57 34 0 2A D8 4D 21
Octal 23 106 223 127 64 0 52 330 115 41
Binary 10011 1000110 10010011 1010111 110100 0 101010 11011000 1001101 100001

Color Harmonies of #134693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134693

Black with #134693

Text Example


Text Example

White with #134693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134693; }

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

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

background-color css

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

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

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

border-color css

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

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

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