Html Css Color HEX #1185CE Pacific Blue

📋 copy color: '#1185CE'

red 17 ◦ green 133 ◦ blue 206

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

Shades of Pacific Blue #1185CE

Tints of Pacific Blue #1185CE

RGB

 RED value IS 17 (7.03% from 255) = 4.78%

 GREEN value IS 133 (52.34% from 255) = 37.36%

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 4.78%
G = 37.36%
B = 57.87%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1185CE (or 0x1185CE) is known color: Pacific Blue. HEX triplet: 11, 85 and CE. RGB value is (17,133,206). Sum of RGB (Red+Green+Blue) = 17+133+206=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #1185CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185CE is #EE7A31. Grayscale: #6A6A6A. Windows color (decimal): -15628850 or 13534481. OLE color: 13534481.

HSL color Cylindrical-coordinate representation of color #1185CE: hue angle of 203.17º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1185CE is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 133 206 -
CMYK 0.92 0.35 0 0.19
HSL 203.17º 0.85% 0.44% -
HSV(B) 203.17º 0.92% 0.81% -
XYZ 19.76 21.35 61.47 -
YUV 106.64 184.07 64.06 -
System Red Green Blue C M Y K H S L
Decimal 17 133 206 0.92 0.35 0 0.19 203.17 0.85 0.44
Hex 11 85 CE 5C 23 0 13 CB 55 2C
Octal 21 205 316 134 43 0 23 313 125 54
Binary 10001 10000101 11001110 1011100 100011 0 10011 11001011 1010101 101100

Color Harmonies of #1185CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1185CE

Black with #1185CE

Text Example


Text Example

White with #1185CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1185CE; }

 p { color: rgb(17,133,206); }

 H1.HeaderClassName
 {
   color: #1185CE;
 }
 .AnyTagClassName
 {
   color: #1185CE;
 }
</style>

background-color css

<style>
 a { background-color: #1185CE; }

 a { background-color: rgb(17,133,206); }

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

border-color css

<style>
 span { border-color: #1185CE; }

 span { border-color: rgb(17,133,206); }

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