Html Css Color HEX #137DBE Cerulean

📋 copy color: '#137DBE'

red 19 ◦ green 125 ◦ blue 190

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

Shades of Cerulean #137DBE

Tints of Cerulean #137DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 5.69%
G = 37.43%
B = 56.89%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#137DBE (or 0x137DBE) is known color: Cerulean. HEX triplet: 13, 7D and BE. RGB value is (19,125,190). Sum of RGB (Red+Green+Blue) = 19+125+190=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #137DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DBE is #EC8241. Grayscale: #646464. Windows color (decimal): -15499842 or 12483859. OLE color: 12483859.

HSL color Cylindrical-coordinate representation of color #137DBE: hue angle of 202.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137DBE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 125 190 -
CMYK 0.90 0.34 0 0.25
HSL 202.81º 0.82% 0.41% -
HSV(B) 202.81º 0.9% 0.75% -
XYZ 16.9 18.52 51.4 -
YUV 100.72 178.38 69.71 -
System Red Green Blue C M Y K H S L
Decimal 19 125 190 0.90 0.34 0 0.25 202.81 0.82 0.41
Hex 13 7D BE 5A 22 0 19 CB 52 29
Octal 23 175 276 132 42 0 31 313 122 51
Binary 10011 1111101 10111110 1011010 100010 0 11001 11001011 1010010 101001

Color Harmonies of #137DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DBE

Black with #137DBE

Text Example


Text Example

White with #137DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,125,190); }

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

background-color css

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

 a { background-color: rgb(19,125,190); }

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

border-color css

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

 span { border-color: rgb(19,125,190); }

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