Html Css Color HEX #0845E6 Navy Blue

📋 copy color: '#0845E6'

red 8 ◦ green 69 ◦ blue 230

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

Shades of Navy Blue #0845E6

Tints of Navy Blue #0845E6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

 BLUE value IS 230 (90.23% from 255) = 74.92%

R = 2.61%
G = 22.48%
B = 74.92%

CMYK

 C value IS 0.97

 M value IS 0.7

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0845E6 (or 0x0845E6) is known color: Navy Blue. HEX triplet: 08, 45 and E6. RGB value is (8,69,230). Sum of RGB (Red+Green+Blue) = 8+69+230=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 230 (90.23% from 255 or 74.92% from 307); Max value from RGB is 230 - color contains mainly: blue. Hex color #0845E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0845E6 is #F7BA19. Grayscale: #444444. Windows color (decimal): -16235034 or 15090952. OLE color: 15090952.

HSL color Cylindrical-coordinate representation of color #0845E6: hue angle of 223.51º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0845E6 is Cyan = 0.97, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 69 230 -
CMYK 0.97 0.7 0 0.10
HSL 223.51º 0.93% 0.47% -
HSV(B) 223.51º 0.97% 0.9% -
XYZ 16.51 10.02 75.93 -
YUV 69.12 218.79 84.41 -
System Red Green Blue C M Y K H S L
Decimal 8 69 230 0.97 0.7 0 0.10 223.51 0.93 0.47
Hex 8 45 E6 61 46 0 A E0 5D 2F
Octal 10 105 346 141 106 0 12 340 135 57
Binary 1000 1000101 11100110 1100001 1000110 0 1010 11100000 1011101 101111

Color Harmonies of #0845E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0845E6

Black with #0845E6

Text Example


Text Example

White with #0845E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0845E6; }

 p { color: rgb(8,69,230); }

 H1.HeaderClassName
 {
   color: #0845E6;
 }
 .AnyTagClassName
 {
   color: #0845E6;
 }
</style>

background-color css

<style>
 a { background-color: #0845E6; }

 a { background-color: rgb(8,69,230); }

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

border-color css

<style>
 span { border-color: #0845E6; }

 span { border-color: rgb(8,69,230); }

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