Html Css Color HEX #0842FB Navy Blue

📋 copy color: '#0842FB'

red 8 ◦ green 66 ◦ blue 251

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

Shades of Navy Blue #0842FB

Tints of Navy Blue #0842FB

RGB

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

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

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

R = 2.46%
G = 20.31%
B = 77.23%

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

#0842FB (or 0x0842FB) is known color: Navy Blue. HEX triplet: 08, 42 and FB. RGB value is (8,66,251). Sum of RGB (Red+Green+Blue) = 8+66+251=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #0842FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0842FB is #F7BD04. Grayscale: #444444. Windows color (decimal): -16235781 or 16466440. OLE color: 16466440.

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

Color convert

RGB 8 66 251 -
CMYK 0.97 0.74 0 0.02
HSL 225.68º 0.97% 0.51% -
HSV(B) 225.68º 0.97% 0.98% -
XYZ 19.46 10.91 92.35 -
YUV 69.75 230.28 83.96 -
System Red Green Blue C M Y K H S L
Decimal 8 66 251 0.97 0.74 0 0.02 225.68 0.97 0.51
Hex 8 42 FB 61 4A 0 2 E2 61 33
Octal 10 102 373 141 112 0 2 342 141 63
Binary 1000 1000010 11111011 1100001 1001010 0 10 11100010 1100001 110011

Color Harmonies of #0842FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0842FB

Black with #0842FB

Text Example


Text Example

White with #0842FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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