Html Css Color HEX #1195DF Pacific Blue

📋 copy color: '#1195DF'

red 17 ◦ green 149 ◦ blue 223

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

Shades of Pacific Blue #1195DF

Tints of Pacific Blue #1195DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 4.37%
G = 38.3%
B = 57.33%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1195DF (or 0x1195DF) is known color: Pacific Blue. HEX triplet: 11, 95 and DF. RGB value is (17,149,223). Sum of RGB (Red+Green+Blue) = 17+149+223=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #1195DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195DF is #EE6A20. Grayscale: #757575. Windows color (decimal): -15624737 or 14652689. OLE color: 14652689.

HSL color Cylindrical-coordinate representation of color #1195DF: hue angle of 201.55º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1195DF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 149 223 -
CMYK 0.92 0.33 0 0.13
HSL 201.55º 0.86% 0.47% -
HSV(B) 201.55º 0.92% 0.87% -
XYZ 24.3 26.94 73.73 -
YUV 117.97 187.27 55.98 -
System Red Green Blue C M Y K H S L
Decimal 17 149 223 0.92 0.33 0 0.13 201.55 0.86 0.47
Hex 11 95 DF 5C 21 0 D CA 56 2F
Octal 21 225 337 134 41 0 15 312 126 57
Binary 10001 10010101 11011111 1011100 100001 0 1101 11001010 1010110 101111

Color Harmonies of #1195DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195DF

Black with #1195DF

Text Example


Text Example

White with #1195DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1195DF; }

 p { color: rgb(17,149,223); }

 H1.HeaderClassName
 {
   color: #1195DF;
 }
 .AnyTagClassName
 {
   color: #1195DF;
 }
</style>

background-color css

<style>
 a { background-color: #1195DF; }

 a { background-color: rgb(17,149,223); }

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

border-color css

<style>
 span { border-color: #1195DF; }

 span { border-color: rgb(17,149,223); }

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