Html Css Color HEX #1281BD Cerulean

📋 copy color: '#1281BD'

red 18 ◦ green 129 ◦ blue 189

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

Shades of Cerulean #1281BD

Tints of Cerulean #1281BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 5.36%
G = 38.39%
B = 56.25%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1281BD (or 0x1281BD) is known color: Cerulean. HEX triplet: 12, 81 and BD. RGB value is (18,129,189). Sum of RGB (Red+Green+Blue) = 18+129+189=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #1281BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1281BD is #ED7E42. Grayscale: #666666. Windows color (decimal): -15564355 or 12419346. OLE color: 12419346.

HSL color Cylindrical-coordinate representation of color #1281BD: hue angle of 201.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1281BD is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 129 189 -
CMYK 0.90 0.32 0 0.26
HSL 201.05º 0.83% 0.41% -
HSV(B) 201.05º 0.9% 0.74% -
XYZ 17.29 19.5 51 -
YUV 102.65 176.73 67.62 -
System Red Green Blue C M Y K H S L
Decimal 18 129 189 0.90 0.32 0 0.26 201.05 0.83 0.41
Hex 12 81 BD 5A 20 0 1A C9 53 29
Octal 22 201 275 132 40 0 32 311 123 51
Binary 10010 10000001 10111101 1011010 100000 0 11010 11001001 1010011 101001

Color Harmonies of #1281BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1281BD

Black with #1281BD

Text Example


Text Example

White with #1281BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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