Html Css Color HEX #1081BF Cerulean

📋 copy color: '#1081BF'

red 16 ◦ green 129 ◦ blue 191

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

Shades of Cerulean #1081BF

Tints of Cerulean #1081BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 4.76%
G = 38.39%
B = 56.85%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1081BF (or 0x1081BF) is known color: Cerulean. HEX triplet: 10, 81 and BF. RGB value is (16,129,191). Sum of RGB (Red+Green+Blue) = 16+129+191=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #1081BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081BF is #EF7E40. Grayscale: #656565. Windows color (decimal): -15695425 or 12550416. OLE color: 12550416.

HSL color Cylindrical-coordinate representation of color #1081BF: hue angle of 201.26º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1081BF is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 129 191 -
CMYK 0.92 0.32 0 0.25
HSL 201.26º 0.85% 0.41% -
HSV(B) 201.26º 0.92% 0.75% -
XYZ 17.47 19.57 52.15 -
YUV 102.28 178.06 66.46 -
System Red Green Blue C M Y K H S L
Decimal 16 129 191 0.92 0.32 0 0.25 201.26 0.85 0.41
Hex 10 81 BF 5C 20 0 19 C9 55 29
Octal 20 201 277 134 40 0 31 311 125 51
Binary 10000 10000001 10111111 1011100 100000 0 11001 11001001 1010101 101001

Color Harmonies of #1081BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1081BF

Black with #1081BF

Text Example


Text Example

White with #1081BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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