Html Css Color HEX #0843EA Navy Blue

📋 copy color: '#0843EA'

red 8 ◦ green 67 ◦ blue 234

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

Shades of Navy Blue #0843EA

Tints of Navy Blue #0843EA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

 BLUE value IS 234 (91.8% from 255) = 75.73%

R = 2.59%
G = 21.68%
B = 75.73%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0843EA (or 0x0843EA) is known color: Navy Blue. HEX triplet: 08, 43 and EA. RGB value is (8,67,234). Sum of RGB (Red+Green+Blue) = 8+67+234=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #0843EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0843EA is #F7BC15. Grayscale: #434343. Windows color (decimal): -16235542 or 15352584. OLE color: 15352584.

HSL color Cylindrical-coordinate representation of color #0843EA: hue angle of 224.34º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0843EA is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 67 234 -
CMYK 0.97 0.71 0 0.08
HSL 224.34º 0.93% 0.47% -
HSV(B) 224.34º 0.97% 0.92% -
XYZ 16.96 10.01 78.88 -
YUV 68.4 221.45 84.92 -
System Red Green Blue C M Y K H S L
Decimal 8 67 234 0.97 0.71 0 0.08 224.34 0.93 0.47
Hex 8 43 EA 61 47 0 8 E0 5D 2F
Octal 10 103 352 141 107 0 10 340 135 57
Binary 1000 1000011 11101010 1100001 1000111 0 1000 11100000 1011101 101111

Color Harmonies of #0843EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0843EA

Black with #0843EA

Text Example


Text Example

White with #0843EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0843EA; }

 p { color: rgb(8,67,234); }

 H1.HeaderClassName
 {
   color: #0843EA;
 }
 .AnyTagClassName
 {
   color: #0843EA;
 }
</style>

background-color css

<style>
 a { background-color: #0843EA; }

 a { background-color: rgb(8,67,234); }

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

border-color css

<style>
 span { border-color: #0843EA; }

 span { border-color: rgb(8,67,234); }

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