Html Css Color HEX #0190DD Pacific Blue

📋 copy color: '#0190DD'

red 1 ◦ green 144 ◦ blue 221

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

Shades of Pacific Blue #0190DD

Tints of Pacific Blue #0190DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 0.27%
G = 39.34%
B = 60.38%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0190DD (or 0x0190DD) is known color: Pacific Blue. HEX triplet: 01, 90 and DD. RGB value is (1,144,221). Sum of RGB (Red+Green+Blue) = 1+144+221=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #0190DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0190DD is #FE6F22. Grayscale: #6D6D6D. Windows color (decimal): -16674595 or 14520321. OLE color: 14520321.

HSL color Cylindrical-coordinate representation of color #0190DD: hue angle of 201º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0190DD is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 144 221 -
CMYK 1.00 0.35 0 0.13
HSL 201º 0.99% 0.44% -
HSV(B) 201º 1% 0.87% -
XYZ 23.04 25.17 72.05 -
YUV 110.02 190.62 50.24 -
System Red Green Blue C M Y K H S L
Decimal 1 144 221 1.00 0.35 0 0.13 201 0.99 0.44
Hex 1 90 DD 64 23 0 D C9 63 2C
Octal 1 220 335 144 43 0 15 311 143 54
Binary 1 10010000 11011101 1100100 100011 0 1101 11001001 1100011 101100

Color Harmonies of #0190DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0190DD

Black with #0190DD

Text Example


Text Example

White with #0190DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0190DD; }

 p { color: rgb(1,144,221); }

 H1.HeaderClassName
 {
   color: #0190DD;
 }
 .AnyTagClassName
 {
   color: #0190DD;
 }
</style>

background-color css

<style>
 a { background-color: #0190DD; }

 a { background-color: rgb(1,144,221); }

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

border-color css

<style>
 span { border-color: #0190DD; }

 span { border-color: rgb(1,144,221); }

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