Html Css Color HEX #1481AF Cerulean

📋 copy color: '#1481AF'

red 20 ◦ green 129 ◦ blue 175

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

Shades of Cerulean #1481AF

Tints of Cerulean #1481AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.01%

R = 6.17%
G = 39.81%
B = 54.01%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1481AF (or 0x1481AF) is known color: Cerulean. HEX triplet: 14, 81 and AF. RGB value is (20,129,175). Sum of RGB (Red+Green+Blue) = 20+129+175=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #1481AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1481AF is #EB7E50. Grayscale: #656565. Windows color (decimal): -15433297 or 11501844. OLE color: 11501844.

HSL color Cylindrical-coordinate representation of color #1481AF: hue angle of 197.81º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1481AF is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 129 175 -
CMYK 0.89 0.26 0 0.31
HSL 197.81º 0.79% 0.38% -
HSV(B) 197.81º 0.89% 0.69% -
XYZ 15.88 18.94 43.38 -
YUV 101.65 169.39 69.76 -
System Red Green Blue C M Y K H S L
Decimal 20 129 175 0.89 0.26 0 0.31 197.81 0.79 0.38
Hex 14 81 AF 59 1A 0 1F C6 4F 26
Octal 24 201 257 131 32 0 37 306 117 46
Binary 10100 10000001 10101111 1011001 11010 0 11111 11000110 1001111 100110

Color Harmonies of #1481AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481AF

Black with #1481AF

Text Example


Text Example

White with #1481AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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