Html Css Color HEX #1081BE Cerulean

📋 copy color: '#1081BE'

red 16 ◦ green 129 ◦ blue 190

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

Shades of Cerulean #1081BE

Tints of Cerulean #1081BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 4.78%
G = 38.51%
B = 56.72%

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

#1081BE (or 0x1081BE) is known color: Cerulean. HEX triplet: 10, 81 and BE. RGB value is (16,129,190). Sum of RGB (Red+Green+Blue) = 16+129+190=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #1081BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081BE is #EF7E41. Grayscale: #656565. Windows color (decimal): -15695426 or 12484880. OLE color: 12484880.

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

Color convert

RGB 16 129 190 -
CMYK 0.92 0.32 0 0.25
HSL 201.03º 0.84% 0.4% -
HSV(B) 201.03º 0.92% 0.75% -
XYZ 17.36 19.53 51.57 -
YUV 102.17 177.56 66.54 -
System Red Green Blue C M Y K H S L
Decimal 16 129 190 0.92 0.32 0 0.25 201.03 0.84 0.4
Hex 10 81 BE 5C 20 0 19 C9 54 28
Octal 20 201 276 134 40 0 31 311 124 50
Binary 10000 10000001 10111110 1011100 100000 0 11001 11001001 1010100 101000

Color Harmonies of #1081BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1081BE

Black with #1081BE

Text Example


Text Example

White with #1081BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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