Html Css Color HEX #1282BB Cerulean

📋 copy color: '#1282BB'

red 18 ◦ green 130 ◦ blue 187

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

Shades of Cerulean #1282BB

Tints of Cerulean #1282BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 5.37%
G = 38.81%
B = 55.82%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1282BB (or 0x1282BB) is known color: Cerulean. HEX triplet: 12, 82 and BB. RGB value is (18,130,187). Sum of RGB (Red+Green+Blue) = 18+130+187=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #1282BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1282BB is #ED7D44. Grayscale: #666666. Windows color (decimal): -15564101 or 12288530. OLE color: 12288530.

HSL color Cylindrical-coordinate representation of color #1282BB: hue angle of 200.24º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1282BB is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 130 187 -
CMYK 0.90 0.30 0 0.27
HSL 200.24º 0.82% 0.4% -
HSV(B) 200.24º 0.9% 0.73% -
XYZ 17.2 19.68 49.91 -
YUV 103.01 175.39 67.37 -
System Red Green Blue C M Y K H S L
Decimal 18 130 187 0.90 0.30 0 0.27 200.24 0.82 0.4
Hex 12 82 BB 5A 1E 0 1B C8 52 28
Octal 22 202 273 132 36 0 33 310 122 50
Binary 10010 10000010 10111011 1011010 11110 0 11011 11001000 1010010 101000

Color Harmonies of #1282BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1282BB

Black with #1282BB

Text Example


Text Example

White with #1282BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1282BB; }

 p { color: rgb(18,130,187); }

 H1.HeaderClassName
 {
   color: #1282BB;
 }
 .AnyTagClassName
 {
   color: #1282BB;
 }
</style>

background-color css

<style>
 a { background-color: #1282BB; }

 a { background-color: rgb(18,130,187); }

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

border-color css

<style>
 span { border-color: #1282BB; }

 span { border-color: rgb(18,130,187); }

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