Html Css Color HEX #137BA4 Cerulean

📋 copy color: '#137BA4'

red 19 ◦ green 123 ◦ blue 164

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

Shades of Cerulean #137BA4

Tints of Cerulean #137BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 53.59%

R = 6.21%
G = 40.2%
B = 53.59%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#137BA4 (or 0x137BA4) is known color: Cerulean. HEX triplet: 13, 7B and A4. RGB value is (19,123,164). Sum of RGB (Red+Green+Blue) = 19+123+164=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #137BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137BA4 is #EC845B. Grayscale: #606060. Windows color (decimal): -15500380 or 10779411. OLE color: 10779411.

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

Color convert

RGB 19 123 164 -
CMYK 0.88 0.25 0 0.36
HSL 196.97º 0.79% 0.36% -
HSV(B) 196.97º 0.88% 0.64% -
XYZ 14.05 16.98 37.66 -
YUV 96.58 166.04 72.67 -
System Red Green Blue C M Y K H S L
Decimal 19 123 164 0.88 0.25 0 0.36 196.97 0.79 0.36
Hex 13 7B A4 58 19 0 24 C5 4F 24
Octal 23 173 244 130 31 0 44 305 117 44
Binary 10011 1111011 10100100 1011000 11001 0 100100 11000101 1001111 100100

Color Harmonies of #137BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137BA4

Black with #137BA4

Text Example


Text Example

White with #137BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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