Html Css Color HEX #1380BE Cerulean

📋 copy color: '#1380BE'

red 19 ◦ green 128 ◦ blue 190

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

Shades of Cerulean #1380BE

Tints of Cerulean #1380BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

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

R = 5.64%
G = 37.98%
B = 56.38%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1380BE (or 0x1380BE) is known color: Cerulean. HEX triplet: 13, 80 and BE. RGB value is (19,128,190). Sum of RGB (Red+Green+Blue) = 19+128+190=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #1380BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380BE is #EC7F41. Grayscale: #666666. Windows color (decimal): -15499074 or 12484627. OLE color: 12484627.

HSL color Cylindrical-coordinate representation of color #1380BE: hue angle of 201.75º 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 #1380BE is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 128 190 -
CMYK 0.90 0.33 0 0.25
HSL 201.75º 0.82% 0.41% -
HSV(B) 201.75º 0.9% 0.75% -
XYZ 17.28 19.29 51.53 -
YUV 102.48 177.39 68.46 -
System Red Green Blue C M Y K H S L
Decimal 19 128 190 0.90 0.33 0 0.25 201.75 0.82 0.41
Hex 13 80 BE 5A 21 0 19 CA 52 29
Octal 23 200 276 132 41 0 31 312 122 51
Binary 10011 10000000 10111110 1011010 100001 0 11001 11001010 1010010 101001

Color Harmonies of #1380BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1380BE

Black with #1380BE

Text Example


Text Example

White with #1380BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1380BE; }

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

 H1.HeaderClassName
 {
   color: #1380BE;
 }
 .AnyTagClassName
 {
   color: #1380BE;
 }
</style>

background-color css

<style>
 a { background-color: #1380BE; }

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

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

border-color css

<style>
 span { border-color: #1380BE; }

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

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