Html Css Color HEX #0189CF Pacific Blue

📋 copy color: '#0189CF'

red 1 ◦ green 137 ◦ blue 207

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

Shades of Pacific Blue #0189CF

Tints of Pacific Blue #0189CF

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 207 (81.25% from 255) = 60%

R = 0.29%
G = 39.71%
B = 60%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0189CF (or 0x0189CF) is known color: Pacific Blue. HEX triplet: 01, 89 and CF. RGB value is (1,137,207). Sum of RGB (Red+Green+Blue) = 1+137+207=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #0189CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0189CF is #FE7630. Grayscale: #676767. Windows color (decimal): -16676401 or 13601025. OLE color: 13601025.

HSL color Cylindrical-coordinate representation of color #0189CF: hue angle of 200.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0189CF is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 137 207 -
CMYK 1.00 0.34 0 0.19
HSL 200.39º 0.99% 0.41% -
HSV(B) 200.39º 1% 0.81% -
XYZ 20.22 22.4 62.29 -
YUV 104.32 185.94 54.31 -
System Red Green Blue C M Y K H S L
Decimal 1 137 207 1.00 0.34 0 0.19 200.39 0.99 0.41
Hex 1 89 CF 64 22 0 13 C8 63 29
Octal 1 211 317 144 42 0 23 310 143 51
Binary 1 10001001 11001111 1100100 100010 0 10011 11001000 1100011 101001

Color Harmonies of #0189CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0189CF

Black with #0189CF

Text Example


Text Example

White with #0189CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0189CF; }

 p { color: rgb(1,137,207); }

 H1.HeaderClassName
 {
   color: #0189CF;
 }
 .AnyTagClassName
 {
   color: #0189CF;
 }
</style>

background-color css

<style>
 a { background-color: #0189CF; }

 a { background-color: rgb(1,137,207); }

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

border-color css

<style>
 span { border-color: #0189CF; }

 span { border-color: rgb(1,137,207); }

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