Html Css Color HEX #1095CD Pacific Blue

📋 copy color: '#1095CD'

red 16 ◦ green 149 ◦ blue 205

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

Shades of Pacific Blue #1095CD

Tints of Pacific Blue #1095CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.41%

R = 4.32%
G = 40.27%
B = 55.41%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1095CD (or 0x1095CD) is known color: Pacific Blue. HEX triplet: 10, 95 and CD. RGB value is (16,149,205). Sum of RGB (Red+Green+Blue) = 16+149+205=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #1095CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095CD is #EF6A32. Grayscale: #737373. Windows color (decimal): -15690291 or 13473040. OLE color: 13473040.

HSL color Cylindrical-coordinate representation of color #1095CD: hue angle of 197.78º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1095CD is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 149 205 -
CMYK 0.92 0.27 0 0.20
HSL 197.78º 0.86% 0.43% -
HSV(B) 197.78º 0.92% 0.8% -
XYZ 21.98 26.01 61.62 -
YUV 115.62 178.44 56.95 -
System Red Green Blue C M Y K H S L
Decimal 16 149 205 0.92 0.27 0 0.20 197.78 0.86 0.43
Hex 10 95 CD 5C 1B 0 14 C6 56 2B
Octal 20 225 315 134 33 0 24 306 126 53
Binary 10000 10010101 11001101 1011100 11011 0 10100 11000110 1010110 101011

Color Harmonies of #1095CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1095CD

Black with #1095CD

Text Example


Text Example

White with #1095CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1095CD; }

 p { color: rgb(16,149,205); }

 H1.HeaderClassName
 {
   color: #1095CD;
 }
 .AnyTagClassName
 {
   color: #1095CD;
 }
</style>

background-color css

<style>
 a { background-color: #1095CD; }

 a { background-color: rgb(16,149,205); }

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

border-color css

<style>
 span { border-color: #1095CD; }

 span { border-color: rgb(16,149,205); }

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