Html Css Color HEX #137495 Cerulean

📋 copy color: '#137495'

red 19 ◦ green 116 ◦ blue 149

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

Shades of Cerulean #137495

Tints of Cerulean #137495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 6.69%
G = 40.85%
B = 52.46%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137495 (or 0x137495) is known color: Cerulean. HEX triplet: 13, 74 and 95. RGB value is (19,116,149). Sum of RGB (Red+Green+Blue) = 19+116+149=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #137495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137495 is #EC8B6A. Grayscale: #5A5A5A. Windows color (decimal): -15502187 or 9794579. OLE color: 9794579.

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

Color convert

RGB 19 116 149 -
CMYK 0.87 0.22 0 0.42
HSL 195.23º 0.77% 0.33% -
HSV(B) 195.23º 0.87% 0.58% -
XYZ 11.94 14.8 30.66 -
YUV 90.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 19 116 149 0.87 0.22 0 0.42 195.23 0.77 0.33
Hex 13 74 95 57 16 0 2A C3 4D 21
Octal 23 164 225 127 26 0 52 303 115 41
Binary 10011 1110100 10010101 1010111 10110 0 101010 11000011 1001101 100001

Color Harmonies of #137495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137495

Black with #137495

Text Example


Text Example

White with #137495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137495; }

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

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

background-color css

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

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

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

border-color css

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

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

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