Html Css Color HEX #1281BC Cerulean

📋 copy color: '#1281BC'

red 18 ◦ green 129 ◦ blue 188

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

Shades of Cerulean #1281BC

Tints of Cerulean #1281BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 5.37%
G = 38.51%
B = 56.12%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1281BC (or 0x1281BC) is known color: Cerulean. HEX triplet: 12, 81 and BC. RGB value is (18,129,188). Sum of RGB (Red+Green+Blue) = 18+129+188=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #1281BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1281BC is #ED7E43. Grayscale: #666666. Windows color (decimal): -15564356 or 12353810. OLE color: 12353810.

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

Color convert

RGB 18 129 188 -
CMYK 0.90 0.31 0 0.26
HSL 200.82º 0.83% 0.4% -
HSV(B) 200.82º 0.9% 0.74% -
XYZ 17.18 19.46 50.43 -
YUV 102.54 176.23 67.7 -
System Red Green Blue C M Y K H S L
Decimal 18 129 188 0.90 0.31 0 0.26 200.82 0.83 0.4
Hex 12 81 BC 5A 1F 0 1A C9 53 28
Octal 22 201 274 132 37 0 32 311 123 50
Binary 10010 10000001 10111100 1011010 11111 0 11010 11001001 1010011 101000

Color Harmonies of #1281BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1281BC

Black with #1281BC

Text Example


Text Example

White with #1281BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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