Html Css Color HEX #12A5C1 Pacific Blue

📋 copy color: '#12A5C1'

red 18 ◦ green 165 ◦ blue 193

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

Shades of Pacific Blue #12A5C1

Tints of Pacific Blue #12A5C1

RGB

 RED value IS 18 (7.42% from 255) = 4.79%

 GREEN value IS 165 (64.84% from 255) = 43.88%

 BLUE value IS 193 (75.78% from 255) = 51.33%

R = 4.79%
G = 43.88%
B = 51.33%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#12A5C1 (or 0x12A5C1) is known color: Pacific Blue. HEX triplet: 12, A5 and C1. RGB value is (18,165,193). Sum of RGB (Red+Green+Blue) = 18+165+193=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #12A5C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A5C1 is #ED5A3E. Grayscale: #7B7B7B. Windows color (decimal): -15555135 or 12690706. OLE color: 12690706.

HSL color Cylindrical-coordinate representation of color #12A5C1: hue angle of 189.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A5C1 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 165 193 -
CMYK 0.91 0.15 0 0.24
HSL 189.6º 0.83% 0.41% -
HSV(B) 189.6º 0.91% 0.76% -
XYZ 23.33 30.89 55.18 -
YUV 124.24 166.8 52.22 -
System Red Green Blue C M Y K H S L
Decimal 18 165 193 0.91 0.15 0 0.24 189.6 0.83 0.41
Hex 12 A5 C1 5B F 0 18 BE 53 29
Octal 22 245 301 133 17 0 30 276 123 51
Binary 10010 10100101 11000001 1011011 1111 0 11000 10111110 1010011 101001

Color Harmonies of #12A5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A5C1

Black with #12A5C1

Text Example


Text Example

White with #12A5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A5C1; }

 p { color: rgb(18,165,193); }

 H1.HeaderClassName
 {
   color: #12A5C1;
 }
 .AnyTagClassName
 {
   color: #12A5C1;
 }
</style>

background-color css

<style>
 a { background-color: #12A5C1; }

 a { background-color: rgb(18,165,193); }

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

border-color css

<style>
 span { border-color: #12A5C1; }

 span { border-color: rgb(18,165,193); }

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