Html Css Color HEX #137794 Cerulean

📋 copy color: '#137794'

red 19 ◦ green 119 ◦ blue 148

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

Shades of Cerulean #137794

Tints of Cerulean #137794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

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

R = 6.64%
G = 41.61%
B = 51.75%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137794 (or 0x137794) is known color: Cerulean. HEX triplet: 13, 77 and 94. RGB value is (19,119,148). Sum of RGB (Red+Green+Blue) = 19+119+148=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #137794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137794 is #EC886B. Grayscale: #5C5C5C. Windows color (decimal): -15501420 or 9729811. OLE color: 9729811.

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

Color convert

RGB 19 119 148 -
CMYK 0.87 0.20 0 0.42
HSL 193.49º 0.77% 0.33% -
HSV(B) 193.49º 0.87% 0.58% -
XYZ 12.21 15.47 30.36 -
YUV 92.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 19 119 148 0.87 0.20 0 0.42 193.49 0.77 0.33
Hex 13 77 94 57 14 0 2A C1 4D 21
Octal 23 167 224 127 24 0 52 301 115 41
Binary 10011 1110111 10010100 1010111 10100 0 101010 11000001 1001101 100001

Color Harmonies of #137794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137794

Black with #137794

Text Example


Text Example

White with #137794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137794; }

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

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

background-color css

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

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

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

border-color css

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

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

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