Html Css Color HEX #137DBB Cerulean

📋 copy color: '#137DBB'

red 19 ◦ green 125 ◦ blue 187

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

Shades of Cerulean #137DBB

Tints of Cerulean #137DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 5.74%
G = 37.76%
B = 56.5%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#137DBB (or 0x137DBB) is known color: Cerulean. HEX triplet: 13, 7D and BB. RGB value is (19,125,187). Sum of RGB (Red+Green+Blue) = 19+125+187=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #137DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137DBB is #EC8244. Grayscale: #646464. Windows color (decimal): -15499845 or 12287251. OLE color: 12287251.

HSL color Cylindrical-coordinate representation of color #137DBB: hue angle of 202.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137DBB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 125 187 -
CMYK 0.90 0.33 0 0.27
HSL 202.14º 0.82% 0.4% -
HSV(B) 202.14º 0.9% 0.73% -
XYZ 16.57 18.39 49.69 -
YUV 100.37 176.88 69.96 -
System Red Green Blue C M Y K H S L
Decimal 19 125 187 0.90 0.33 0 0.27 202.14 0.82 0.4
Hex 13 7D BB 5A 21 0 1B CA 52 28
Octal 23 175 273 132 41 0 33 312 122 50
Binary 10011 1111101 10111011 1011010 100001 0 11011 11001010 1010010 101000

Color Harmonies of #137DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137DBB

Black with #137DBB

Text Example


Text Example

White with #137DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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