Html Css Color HEX #1081BB Cerulean

📋 copy color: '#1081BB'

red 16 ◦ green 129 ◦ blue 187

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

Shades of Cerulean #1081BB

Tints of Cerulean #1081BB

RGB

 RED value IS 16 (6.64% from 255) = 4.82%

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

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

R = 4.82%
G = 38.86%
B = 56.33%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1081BB (or 0x1081BB) is known color: Cerulean. HEX triplet: 10, 81 and BB. RGB value is (16,129,187). Sum of RGB (Red+Green+Blue) = 16+129+187=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #1081BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081BB is #EF7E44. Grayscale: #656565. Windows color (decimal): -15695429 or 12288272. OLE color: 12288272.

HSL color Cylindrical-coordinate representation of color #1081BB: hue angle of 200.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1081BB is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 129 187 -
CMYK 0.91 0.31 0 0.27
HSL 200.35º 0.84% 0.4% -
HSV(B) 200.35º 0.91% 0.73% -
XYZ 17.03 19.4 49.86 -
YUV 101.83 176.06 66.78 -
System Red Green Blue C M Y K H S L
Decimal 16 129 187 0.91 0.31 0 0.27 200.35 0.84 0.4
Hex 10 81 BB 5B 1F 0 1B C8 54 28
Octal 20 201 273 133 37 0 33 310 124 50
Binary 10000 10000001 10111011 1011011 11111 0 11011 11001000 1010100 101000

Color Harmonies of #1081BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1081BB

Black with #1081BB

Text Example


Text Example

White with #1081BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,129,187); }

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

background-color css

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

 a { background-color: rgb(16,129,187); }

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

border-color css

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

 span { border-color: rgb(16,129,187); }

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