Html Css Color HEX #0843FC Navy Blue

📋 copy color: '#0843FC'

red 8 ◦ green 67 ◦ blue 252

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

Shades of Navy Blue #0843FC

Tints of Navy Blue #0843FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 77.06%

R = 2.45%
G = 20.49%
B = 77.06%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0843FC (or 0x0843FC) is known color: Navy Blue. HEX triplet: 08, 43 and FC. RGB value is (8,67,252). Sum of RGB (Red+Green+Blue) = 8+67+252=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 252 (98.83% from 255 or 77.06% from 327); Max value from RGB is 252 - color contains mainly: blue. Hex color #0843FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0843FC is #F7BC03. Grayscale: #454545. Windows color (decimal): -16235524 or 16532232. OLE color: 16532232.

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

Color convert

RGB 8 67 252 -
CMYK 0.97 0.73 0 0.01
HSL 225.49º 0.98% 0.51% -
HSV(B) 225.49º 0.97% 0.99% -
XYZ 19.68 11.09 93.2 -
YUV 70.45 230.45 83.46 -
System Red Green Blue C M Y K H S L
Decimal 8 67 252 0.97 0.73 0 0.01 225.49 0.98 0.51
Hex 8 43 FC 61 49 0 1 E1 62 33
Octal 10 103 374 141 111 0 1 341 142 63
Binary 1000 1000011 11111100 1100001 1001001 0 1 11100001 1100010 110011

Color Harmonies of #0843FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0843FC

Black with #0843FC

Text Example


Text Example

White with #0843FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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