Html Css Color HEX #0855FA Navy Blue

📋 copy color: '#0855FA'

red 8 ◦ green 85 ◦ blue 250

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

Shades of Navy Blue #0855FA

Tints of Navy Blue #0855FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 2.33%
G = 24.78%
B = 72.89%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0855FA (or 0x0855FA) is known color: Navy Blue. HEX triplet: 08, 55 and FA. RGB value is (8,85,250). Sum of RGB (Red+Green+Blue) = 8+85+250=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #0855FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0855FA is #F7AA05. Grayscale: #505050. Windows color (decimal): -16230918 or 16405768. OLE color: 16405768.

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

Color convert

RGB 8 85 250 -
CMYK 0.97 0.66 0 0.02
HSL 220.91º 0.96% 0.51% -
HSV(B) 220.91º 0.97% 0.98% -
XYZ 20.6 13.45 91.95 -
YUV 80.79 223.49 76.08 -
System Red Green Blue C M Y K H S L
Decimal 8 85 250 0.97 0.66 0 0.02 220.91 0.96 0.51
Hex 8 55 FA 61 42 0 2 DD 60 33
Octal 10 125 372 141 102 0 2 335 140 63
Binary 1000 1010101 11111010 1100001 1000010 0 10 11011101 1100000 110011

Color Harmonies of #0855FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0855FA

Black with #0855FA

Text Example


Text Example

White with #0855FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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