Html Css Color HEX #1381BF Cerulean

📋 copy color: '#1381BF'

red 19 ◦ green 129 ◦ blue 191

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

Shades of Cerulean #1381BF

Tints of Cerulean #1381BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.34%

R = 5.6%
G = 38.05%
B = 56.34%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1381BF (or 0x1381BF) is known color: Cerulean. HEX triplet: 13, 81 and BF. RGB value is (19,129,191). Sum of RGB (Red+Green+Blue) = 19+129+191=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #1381BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381BF is #EC7E40. Grayscale: #666666. Windows color (decimal): -15498817 or 12550419. OLE color: 12550419.

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

Color convert

RGB 19 129 191 -
CMYK 0.90 0.32 0 0.25
HSL 201.63º 0.82% 0.41% -
HSV(B) 201.63º 0.9% 0.75% -
XYZ 17.52 19.6 52.15 -
YUV 103.18 177.56 67.96 -
System Red Green Blue C M Y K H S L
Decimal 19 129 191 0.90 0.32 0 0.25 201.63 0.82 0.41
Hex 13 81 BF 5A 20 0 19 CA 52 29
Octal 23 201 277 132 40 0 31 312 122 51
Binary 10011 10000001 10111111 1011010 100000 0 11001 11001010 1010010 101001

Color Harmonies of #1381BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381BF

Black with #1381BF

Text Example


Text Example

White with #1381BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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