Html Css Color HEX #1381BB Cerulean

📋 copy color: '#1381BB'

red 19 ◦ green 129 ◦ blue 187

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

Shades of Cerulean #1381BB

Tints of Cerulean #1381BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

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

R = 5.67%
G = 38.51%
B = 55.82%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1381BB (or 0x1381BB) is known color: Cerulean. HEX triplet: 13, 81 and BB. RGB value is (19,129,187). Sum of RGB (Red+Green+Blue) = 19+129+187=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #1381BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381BB is #EC7E44. Grayscale: #666666. Windows color (decimal): -15498821 or 12288275. OLE color: 12288275.

HSL color Cylindrical-coordinate representation of color #1381BB: hue angle of 200.71º 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 #1381BB is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 129 187 -
CMYK 0.90 0.31 0 0.27
HSL 200.71º 0.82% 0.4% -
HSV(B) 200.71º 0.9% 0.73% -
XYZ 17.09 19.43 49.86 -
YUV 102.72 175.56 68.28 -
System Red Green Blue C M Y K H S L
Decimal 19 129 187 0.90 0.31 0 0.27 200.71 0.82 0.4
Hex 13 81 BB 5A 1F 0 1B C9 52 28
Octal 23 201 273 132 37 0 33 311 122 50
Binary 10011 10000001 10111011 1011010 11111 0 11011 11001001 1010010 101000

Color Harmonies of #1381BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381BB

Black with #1381BB

Text Example


Text Example

White with #1381BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1381BB; }

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

 H1.HeaderClassName
 {
   color: #1381BB;
 }
 .AnyTagClassName
 {
   color: #1381BB;
 }
</style>

background-color css

<style>
 a { background-color: #1381BB; }

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

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

border-color css

<style>
 span { border-color: #1381BB; }

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

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