Html Css Color HEX #1280BC Cerulean

📋 copy color: '#1280BC'

red 18 ◦ green 128 ◦ blue 188

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

Shades of Cerulean #1280BC

Tints of Cerulean #1280BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 5.39%
G = 38.32%
B = 56.29%

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

#1280BC (or 0x1280BC) is known color: Cerulean. HEX triplet: 12, 80 and BC. RGB value is (18,128,188). Sum of RGB (Red+Green+Blue) = 18+128+188=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #1280BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1280BC is #ED7F43. Grayscale: #656565. Windows color (decimal): -15564612 or 12353554. OLE color: 12353554.

HSL color Cylindrical-coordinate representation of color #1280BC: hue angle of 201.18º 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 #1280BC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 128 188 -
CMYK 0.90 0.32 0 0.26
HSL 201.18º 0.83% 0.4% -
HSV(B) 201.18º 0.9% 0.74% -
XYZ 17.05 19.2 50.38 -
YUV 101.95 176.56 68.12 -
System Red Green Blue C M Y K H S L
Decimal 18 128 188 0.90 0.32 0 0.26 201.18 0.83 0.4
Hex 12 80 BC 5A 20 0 1A C9 53 28
Octal 22 200 274 132 40 0 32 311 123 50
Binary 10010 10000000 10111100 1011010 100000 0 11010 11001001 1010011 101000

Color Harmonies of #1280BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1280BC

Black with #1280BC

Text Example


Text Example

White with #1280BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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