Html Css Color HEX #1281AF Cerulean

📋 copy color: '#1281AF'

red 18 ◦ green 129 ◦ blue 175

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

Shades of Cerulean #1281AF

Tints of Cerulean #1281AF

RGB

 RED value IS 18 (7.42% from 255) = 5.59%

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

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

R = 5.59%
G = 40.06%
B = 54.35%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1281AF (or 0x1281AF) is known color: Cerulean. HEX triplet: 12, 81 and AF. RGB value is (18,129,175). Sum of RGB (Red+Green+Blue) = 18+129+175=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #1281AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1281AF is #ED7E50. Grayscale: #646464. Windows color (decimal): -15564369 or 11501842. OLE color: 11501842.

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

Color convert

RGB 18 129 175 -
CMYK 0.90 0.26 0 0.31
HSL 197.58º 0.81% 0.38% -
HSV(B) 197.58º 0.9% 0.69% -
XYZ 15.84 18.92 43.38 -
YUV 101.06 169.73 68.76 -
System Red Green Blue C M Y K H S L
Decimal 18 129 175 0.90 0.26 0 0.31 197.58 0.81 0.38
Hex 12 81 AF 5A 1A 0 1F C6 51 26
Octal 22 201 257 132 32 0 37 306 121 46
Binary 10010 10000001 10101111 1011010 11010 0 11111 11000110 1010001 100110

Color Harmonies of #1281AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1281AF

Black with #1281AF

Text Example


Text Example

White with #1281AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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