Html Css Color HEX #0844FC Navy Blue

📋 copy color: '#0844FC'

red 8 ◦ green 68 ◦ blue 252

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

Shades of Navy Blue #0844FC

Tints of Navy Blue #0844FC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 2.44%
G = 20.73%
B = 76.83%

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

#0844FC (or 0x0844FC) is known color: Navy Blue. HEX triplet: 08, 44 and FC. RGB value is (8,68,252). Sum of RGB (Red+Green+Blue) = 8+68+252=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 252 (98.83% from 255 or 76.83% from 328); Max value from RGB is 252 - color contains mainly: blue. Hex color #0844FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0844FC is #F7BB03. Grayscale: #464646. Windows color (decimal): -16235268 or 16532488. OLE color: 16532488.

HSL color Cylindrical-coordinate representation of color #0844FC: hue angle of 225.25º 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 #0844FC is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 68 252 -
CMYK 0.97 0.73 0 0.01
HSL 225.25º 0.98% 0.51% -
HSV(B) 225.25º 0.97% 0.99% -
XYZ 19.74 11.21 93.22 -
YUV 71.04 230.12 83.04 -
System Red Green Blue C M Y K H S L
Decimal 8 68 252 0.97 0.73 0 0.01 225.25 0.98 0.51
Hex 8 44 FC 61 49 0 1 E1 62 33
Octal 10 104 374 141 111 0 1 341 142 63
Binary 1000 1000100 11111100 1100001 1001001 0 1 11100001 1100010 110011

Color Harmonies of #0844FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0844FC

Black with #0844FC

Text Example


Text Example

White with #0844FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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