Html Css Color HEX #1382BA Cerulean

📋 copy color: '#1382BA'

red 19 ◦ green 130 ◦ blue 186

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

Shades of Cerulean #1382BA

Tints of Cerulean #1382BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 5.67%
G = 38.81%
B = 55.52%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1382BA (or 0x1382BA) is known color: Cerulean. HEX triplet: 13, 82 and BA. RGB value is (19,130,186). Sum of RGB (Red+Green+Blue) = 19+130+186=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #1382BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382BA is #EC7D45. Grayscale: #666666. Windows color (decimal): -15498566 or 12222995. OLE color: 12222995.

HSL color Cylindrical-coordinate representation of color #1382BA: hue angle of 200.12º degrees, saturation: 0.81, 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 #1382BA is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 130 186 -
CMYK 0.90 0.30 0 0.27
HSL 200.12º 0.81% 0.4% -
HSV(B) 200.12º 0.9% 0.73% -
XYZ 17.11 19.65 49.34 -
YUV 103.2 174.73 67.95 -
System Red Green Blue C M Y K H S L
Decimal 19 130 186 0.90 0.30 0 0.27 200.12 0.81 0.4
Hex 13 82 BA 5A 1E 0 1B C8 51 28
Octal 23 202 272 132 36 0 33 310 121 50
Binary 10011 10000010 10111010 1011010 11110 0 11011 11001000 1010001 101000

Color Harmonies of #1382BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382BA

Black with #1382BA

Text Example


Text Example

White with #1382BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1382BA; }

 p { color: rgb(19,130,186); }

 H1.HeaderClassName
 {
   color: #1382BA;
 }
 .AnyTagClassName
 {
   color: #1382BA;
 }
</style>

background-color css

<style>
 a { background-color: #1382BA; }

 a { background-color: rgb(19,130,186); }

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

border-color css

<style>
 span { border-color: #1382BA; }

 span { border-color: rgb(19,130,186); }

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