Html Css Color HEX #0843FB Navy Blue

📋 copy color: '#0843FB'

red 8 ◦ green 67 ◦ blue 251

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

Shades of Navy Blue #0843FB

Tints of Navy Blue #0843FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 76.99%

R = 2.45%
G = 20.55%
B = 76.99%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0843FB (or 0x0843FB) is known color: Navy Blue. HEX triplet: 08, 43 and FB. RGB value is (8,67,251). Sum of RGB (Red+Green+Blue) = 8+67+251=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 251 (98.44% from 255 or 76.99% from 326); Max value from RGB is 251 - color contains mainly: blue. Hex color #0843FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0843FB is #F7BC04. Grayscale: #454545. Windows color (decimal): -16235525 or 16466696. OLE color: 16466696.

HSL color Cylindrical-coordinate representation of color #0843FB: hue angle of 225.43º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0843FB is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 67 251 -
CMYK 0.97 0.73 0 0.02
HSL 225.43º 0.97% 0.51% -
HSV(B) 225.43º 0.97% 0.98% -
XYZ 19.52 11.03 92.37 -
YUV 70.34 229.95 83.54 -
System Red Green Blue C M Y K H S L
Decimal 8 67 251 0.97 0.73 0 0.02 225.43 0.97 0.51
Hex 8 43 FB 61 49 0 2 E1 61 33
Octal 10 103 373 141 111 0 2 341 141 63
Binary 1000 1000011 11111011 1100001 1001001 0 10 11100001 1100001 110011

Color Harmonies of #0843FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0843FB

Black with #0843FB

Text Example


Text Example

White with #0843FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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