Html Css Color HEX #0184DB Navy Blue

📋 copy color: '#0184DB'

red 1 ◦ green 132 ◦ blue 219

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

Shades of Navy Blue #0184DB

Tints of Navy Blue #0184DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.5%

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 0.28%
G = 37.5%
B = 62.22%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0184DB (or 0x0184DB) is known color: Navy Blue. HEX triplet: 01, 84 and DB. RGB value is (1,132,219). Sum of RGB (Red+Green+Blue) = 1+132+219=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #0184DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0184DB is #FE7B24. Grayscale: #666666. Windows color (decimal): -16677669 or 14386177. OLE color: 14386177.

HSL color Cylindrical-coordinate representation of color #0184DB: hue angle of 203.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0184DB is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 132 219 -
CMYK 1.00 0.40 0 0.14
HSL 203.95º 0.99% 0.43% -
HSV(B) 203.95º 1% 0.86% -
XYZ 21.05 21.62 70.08 -
YUV 102.75 193.6 55.43 -
System Red Green Blue C M Y K H S L
Decimal 1 132 219 1.00 0.40 0 0.14 203.95 0.99 0.43
Hex 1 84 DB 64 28 0 E CC 63 2B
Octal 1 204 333 144 50 0 16 314 143 53
Binary 1 10000100 11011011 1100100 101000 0 1110 11001100 1100011 101011

Color Harmonies of #0184DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184DB

Black with #0184DB

Text Example


Text Example

White with #0184DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0184DB; }

 p { color: rgb(1,132,219); }

 H1.HeaderClassName
 {
   color: #0184DB;
 }
 .AnyTagClassName
 {
   color: #0184DB;
 }
</style>

background-color css

<style>
 a { background-color: #0184DB; }

 a { background-color: rgb(1,132,219); }

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

border-color css

<style>
 span { border-color: #0184DB; }

 span { border-color: rgb(1,132,219); }

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