Html Css Color HEX #137BA5 Cerulean

📋 copy color: '#137BA5'

red 19 ◦ green 123 ◦ blue 165

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

Shades of Cerulean #137BA5

Tints of Cerulean #137BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

 BLUE value IS 165 (64.84% from 255) = 53.75%

R = 6.19%
G = 40.07%
B = 53.75%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#137BA5 (or 0x137BA5) is known color: Cerulean. HEX triplet: 13, 7B and A5. RGB value is (19,123,165). Sum of RGB (Red+Green+Blue) = 19+123+165=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #137BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BA5 is #EC845A. Grayscale: #606060. Windows color (decimal): -15500379 or 10844947. OLE color: 10844947.

HSL color Cylindrical-coordinate representation of color #137BA5: hue angle of 197.26º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137BA5 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 123 165 -
CMYK 0.88 0.25 0 0.35
HSL 197.26º 0.79% 0.36% -
HSV(B) 197.26º 0.88% 0.65% -
XYZ 14.14 17.02 38.14 -
YUV 96.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 19 123 165 0.88 0.25 0 0.35 197.26 0.79 0.36
Hex 13 7B A5 58 19 0 23 C5 4F 24
Octal 23 173 245 130 31 0 43 305 117 44
Binary 10011 1111011 10100101 1011000 11001 0 100011 11000101 1001111 100100

Color Harmonies of #137BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BA5

Black with #137BA5

Text Example


Text Example

White with #137BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137BA5; }

 p { color: rgb(19,123,165); }

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

background-color css

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

 a { background-color: rgb(19,123,165); }

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

border-color css

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

 span { border-color: rgb(19,123,165); }

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