Html Css Color HEX #134695 Dark Cerulean

📋 copy color: '#134695'

red 19 ◦ green 70 ◦ blue 149

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

Shades of Dark Cerulean #134695

Tints of Dark Cerulean #134695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 7.98%
G = 29.41%
B = 62.61%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#134695 (or 0x134695) is known color: Dark Cerulean. HEX triplet: 13, 46 and 95. RGB value is (19,70,149). Sum of RGB (Red+Green+Blue) = 19+70+149=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #134695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134695 is #ECB96A. Grayscale: #3F3F3F. Windows color (decimal): -15513963 or 9782803. OLE color: 9782803.

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

Color convert

RGB 19 70 149 -
CMYK 0.87 0.53 0 0.42
HSL 216.46º 0.77% 0.33% -
HSV(B) 216.46º 0.87% 0.58% -
XYZ 7.88 6.69 29.31 -
YUV 63.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 19 70 149 0.87 0.53 0 0.42 216.46 0.77 0.33
Hex 13 46 95 57 35 0 2A D8 4D 21
Octal 23 106 225 127 65 0 52 330 115 41
Binary 10011 1000110 10010101 1010111 110101 0 101010 11011000 1001101 100001

Color Harmonies of #134695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134695

Black with #134695

Text Example


Text Example

White with #134695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134695; }

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

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

background-color css

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

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

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

border-color css

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

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

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