Html Css Color HEX #0190E0 Pacific Blue

📋 copy color: '#0190E0'

red 1 ◦ green 144 ◦ blue 224

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

Shades of Pacific Blue #0190E0

Tints of Pacific Blue #0190E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.7%

R = 0.27%
G = 39.02%
B = 60.7%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0190E0 (or 0x0190E0) is known color: Pacific Blue. HEX triplet: 01, 90 and E0. RGB value is (1,144,224). Sum of RGB (Red+Green+Blue) = 1+144+224=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #0190E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0190E0 is #FE6F1F. Grayscale: #6D6D6D. Windows color (decimal): -16674592 or 14716929. OLE color: 14716929.

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

Color convert

RGB 1 144 224 -
CMYK 1.00 0.36 0 0.12
HSL 201.52º 0.99% 0.44% -
HSV(B) 201.52º 1% 0.88% -
XYZ 23.44 25.33 74.18 -
YUV 110.36 192.12 50 -
System Red Green Blue C M Y K H S L
Decimal 1 144 224 1.00 0.36 0 0.12 201.52 0.99 0.44
Hex 1 90 E0 64 24 0 C CA 63 2C
Octal 1 220 340 144 44 0 14 312 143 54
Binary 1 10010000 11100000 1100100 100100 0 1100 11001010 1100011 101100

Color Harmonies of #0190E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0190E0

Black with #0190E0

Text Example


Text Example

White with #0190E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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