Html Css Color HEX #137FAC Cerulean

📋 copy color: '#137FAC'

red 19 ◦ green 127 ◦ blue 172

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

Shades of Cerulean #137FAC

Tints of Cerulean #137FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 39.94%

 BLUE value IS 172 (67.58% from 255) = 54.09%

R = 5.97%
G = 39.94%
B = 54.09%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#137FAC (or 0x137FAC) is known color: Cerulean. HEX triplet: 13, 7F and AC. RGB value is (19,127,172). Sum of RGB (Red+Green+Blue) = 19+127+172=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #137FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137FAC is #EC8053. Grayscale: #636363. Windows color (decimal): -15499348 or 11304723. OLE color: 11304723.

HSL color Cylindrical-coordinate representation of color #137FAC: hue angle of 197.65º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #137FAC is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 127 172 -
CMYK 0.89 0.26 0 0.33
HSL 197.65º 0.8% 0.37% -
HSV(B) 197.65º 0.89% 0.67% -
XYZ 15.3 18.3 41.75 -
YUV 99.84 168.72 70.34 -
System Red Green Blue C M Y K H S L
Decimal 19 127 172 0.89 0.26 0 0.33 197.65 0.8 0.37
Hex 13 7F AC 59 1A 0 21 C6 50 25
Octal 23 177 254 131 32 0 41 306 120 45
Binary 10011 1111111 10101100 1011001 11010 0 100001 11000110 1010000 100101

Color Harmonies of #137FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137FAC

Black with #137FAC

Text Example


Text Example

White with #137FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,127,172); }

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

background-color css

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

 a { background-color: rgb(19,127,172); }

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

border-color css

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

 span { border-color: rgb(19,127,172); }

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