Html Css Color HEX #1281BE Cerulean

📋 copy color: '#1281BE'

red 18 ◦ green 129 ◦ blue 190

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

Shades of Cerulean #1281BE

Tints of Cerulean #1281BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 5.34%
G = 38.28%
B = 56.38%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1281BE (or 0x1281BE) is known color: Cerulean. HEX triplet: 12, 81 and BE. RGB value is (18,129,190). Sum of RGB (Red+Green+Blue) = 18+129+190=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #1281BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1281BE is #ED7E41. Grayscale: #666666. Windows color (decimal): -15564354 or 12484882. OLE color: 12484882.

HSL color Cylindrical-coordinate representation of color #1281BE: hue angle of 201.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1281BE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 129 190 -
CMYK 0.91 0.32 0 0.25
HSL 201.28º 0.83% 0.41% -
HSV(B) 201.28º 0.91% 0.75% -
XYZ 17.39 19.55 51.57 -
YUV 102.77 177.23 67.54 -
System Red Green Blue C M Y K H S L
Decimal 18 129 190 0.91 0.32 0 0.25 201.28 0.83 0.41
Hex 12 81 BE 5B 20 0 19 C9 53 29
Octal 22 201 276 133 40 0 31 311 123 51
Binary 10010 10000001 10111110 1011011 100000 0 11001 11001001 1010011 101001

Color Harmonies of #1281BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1281BE

Black with #1281BE

Text Example


Text Example

White with #1281BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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