Html Css Color HEX #1481BA Cerulean

📋 copy color: '#1481BA'

red 20 ◦ green 129 ◦ blue 186

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

Shades of Cerulean #1481BA

Tints of Cerulean #1481BA

RGB

 RED value IS 20 (8.2% from 255) = 5.97%

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

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

R = 5.97%
G = 38.51%
B = 55.52%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1481BA (or 0x1481BA) is known color: Cerulean. HEX triplet: 14, 81 and BA. RGB value is (20,129,186). Sum of RGB (Red+Green+Blue) = 20+129+186=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 129 (50.78% from 255 or 38.51% 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 #1481BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481BA is #EB7E45. Grayscale: #666666. Windows color (decimal): -15433286 or 12222740. OLE color: 12222740.

HSL color Cylindrical-coordinate representation of color #1481BA: hue angle of 200.6º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1481BA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 129 186 -
CMYK 0.89 0.31 0 0.27
HSL 200.6º 0.81% 0.4% -
HSV(B) 200.6º 0.89% 0.73% -
XYZ 17 19.39 49.3 -
YUV 102.91 174.89 68.87 -
System Red Green Blue C M Y K H S L
Decimal 20 129 186 0.89 0.31 0 0.27 200.6 0.81 0.4
Hex 14 81 BA 59 1F 0 1B C9 51 28
Octal 24 201 272 131 37 0 33 311 121 50
Binary 10100 10000001 10111010 1011001 11111 0 11011 11001001 1010001 101000

Color Harmonies of #1481BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481BA

Black with #1481BA

Text Example


Text Example

White with #1481BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,129,186); }

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

background-color css

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

 a { background-color: rgb(20,129,186); }

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

border-color css

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

 span { border-color: rgb(20,129,186); }

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