Html Css Color HEX #1382BC Cerulean

📋 copy color: '#1382BC'

red 19 ◦ green 130 ◦ blue 188

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

Shades of Cerulean #1382BC

Tints of Cerulean #1382BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.79%

R = 5.64%
G = 38.58%
B = 55.79%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1382BC (or 0x1382BC) is known color: Cerulean. HEX triplet: 13, 82 and BC. RGB value is (19,130,188). Sum of RGB (Red+Green+Blue) = 19+130+188=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #1382BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382BC is #EC7D43. Grayscale: #676767. Windows color (decimal): -15498564 or 12354067. OLE color: 12354067.

HSL color Cylindrical-coordinate representation of color #1382BC: hue angle of 200.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1382BC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 130 188 -
CMYK 0.90 0.31 0 0.26
HSL 200.59º 0.82% 0.41% -
HSV(B) 200.59º 0.9% 0.74% -
XYZ 17.33 19.73 50.47 -
YUV 103.42 175.73 67.78 -
System Red Green Blue C M Y K H S L
Decimal 19 130 188 0.90 0.31 0 0.26 200.59 0.82 0.41
Hex 13 82 BC 5A 1F 0 1A C9 52 29
Octal 23 202 274 132 37 0 32 311 122 51
Binary 10011 10000010 10111100 1011010 11111 0 11010 11001001 1010010 101001

Color Harmonies of #1382BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382BC

Black with #1382BC

Text Example


Text Example

White with #1382BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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