Html Css Color HEX #134694 Dark Cerulean

📋 copy color: '#134694'

red 19 ◦ green 70 ◦ blue 148

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

Shades of Dark Cerulean #134694

Tints of Dark Cerulean #134694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 8.02%
G = 29.54%
B = 62.45%

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

#134694 (or 0x134694) is known color: Dark Cerulean. HEX triplet: 13, 46 and 94. RGB value is (19,70,148). Sum of RGB (Red+Green+Blue) = 19+70+148=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #134694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134694 is #ECB96B. Grayscale: #3F3F3F. Windows color (decimal): -15513964 or 9717267. OLE color: 9717267.

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

Color convert

RGB 19 70 148 -
CMYK 0.87 0.53 0 0.42
HSL 216.28º 0.77% 0.33% -
HSV(B) 216.28º 0.87% 0.58% -
XYZ 7.8 6.66 28.89 -
YUV 63.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 19 70 148 0.87 0.53 0 0.42 216.28 0.77 0.33
Hex 13 46 94 57 35 0 2A D8 4D 21
Octal 23 106 224 127 65 0 52 330 115 41
Binary 10011 1000110 10010100 1010111 110101 0 101010 11011000 1001101 100001

Color Harmonies of #134694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134694

Black with #134694

Text Example


Text Example

White with #134694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134694; }

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

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

background-color css

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

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

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

border-color css

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

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

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