Html Css Color HEX #0849DA Navy Blue

📋 copy color: '#0849DA'

red 8 ◦ green 73 ◦ blue 218

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

Shades of Navy Blue #0849DA

Tints of Navy Blue #0849DA

RGB

 RED value IS 8 (3.52% from 255) = 2.68%

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 218 (85.55% from 255) = 72.91%

R = 2.68%
G = 24.41%
B = 72.91%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0849DA (or 0x0849DA) is known color: Navy Blue. HEX triplet: 08, 49 and DA. RGB value is (8,73,218). Sum of RGB (Red+Green+Blue) = 8+73+218=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #0849DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0849DA is #F7B625. Grayscale: #454545. Windows color (decimal): -16234022 or 14305544. OLE color: 14305544.

HSL color Cylindrical-coordinate representation of color #0849DA: hue angle of 221.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0849DA is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 73 218 -
CMYK 0.96 0.67 0 0.15
HSL 221.43º 0.93% 0.44% -
HSV(B) 221.43º 0.96% 0.85% -
XYZ 15.14 9.88 67.44 -
YUV 70.1 211.47 83.71 -
System Red Green Blue C M Y K H S L
Decimal 8 73 218 0.96 0.67 0 0.15 221.43 0.93 0.44
Hex 8 49 DA 60 43 0 F DD 5D 2C
Octal 10 111 332 140 103 0 17 335 135 54
Binary 1000 1001001 11011010 1100000 1000011 0 1111 11011101 1011101 101100

Color Harmonies of #0849DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0849DA

Black with #0849DA

Text Example


Text Example

White with #0849DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0849DA; }

 p { color: rgb(8,73,218); }

 H1.HeaderClassName
 {
   color: #0849DA;
 }
 .AnyTagClassName
 {
   color: #0849DA;
 }
</style>

background-color css

<style>
 a { background-color: #0849DA; }

 a { background-color: rgb(8,73,218); }

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

border-color css

<style>
 span { border-color: #0849DA; }

 span { border-color: rgb(8,73,218); }

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