Html Css Color HEX #0842FA Navy Blue

📋 copy color: '#0842FA'

red 8 ◦ green 66 ◦ blue 250

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

Shades of Navy Blue #0842FA

Tints of Navy Blue #0842FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 250 (98.05% from 255) = 77.16%

R = 2.47%
G = 20.37%
B = 77.16%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0842FA (or 0x0842FA) is known color: Navy Blue. HEX triplet: 08, 42 and FA. RGB value is (8,66,250). Sum of RGB (Red+Green+Blue) = 8+66+250=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #0842FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0842FA is #F7BD05. Grayscale: #444444. Windows color (decimal): -16235782 or 16400904. OLE color: 16400904.

HSL color Cylindrical-coordinate representation of color #0842FA: hue angle of 225.62º degrees, saturation: 0.96, 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 #0842FA is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 66 250 -
CMYK 0.97 0.74 0 0.02
HSL 225.62º 0.96% 0.51% -
HSV(B) 225.62º 0.97% 0.98% -
XYZ 19.3 10.85 91.52 -
YUV 69.63 229.78 84.04 -
System Red Green Blue C M Y K H S L
Decimal 8 66 250 0.97 0.74 0 0.02 225.62 0.96 0.51
Hex 8 42 FA 61 4A 0 2 E2 60 33
Octal 10 102 372 141 112 0 2 342 140 63
Binary 1000 1000010 11111010 1100001 1001010 0 10 11100010 1100000 110011

Color Harmonies of #0842FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0842FA

Black with #0842FA

Text Example


Text Example

White with #0842FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0842FA; }

 p { color: rgb(8,66,250); }

 H1.HeaderClassName
 {
   color: #0842FA;
 }
 .AnyTagClassName
 {
   color: #0842FA;
 }
</style>

background-color css

<style>
 a { background-color: #0842FA; }

 a { background-color: rgb(8,66,250); }

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

border-color css

<style>
 span { border-color: #0842FA; }

 span { border-color: rgb(8,66,250); }

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