Html Css Color HEX #0744FC Navy Blue

📋 copy color: '#0744FC'

red 7 ◦ green 68 ◦ blue 252

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

Shades of Navy Blue #0744FC

Tints of Navy Blue #0744FC

RGB

 RED value IS 7 (3.13% from 255) = 2.14%

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

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

R = 2.14%
G = 20.8%
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

#0744FC (or 0x0744FC) is known color: Navy Blue. HEX triplet: 07, 44 and FC. RGB value is (7,68,252). Sum of RGB (Red+Green+Blue) = 7+68+252=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 68 (26.95% from 255 or 20.80% 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 #0744FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0744FC is #F8BB03. Grayscale: #454545. Windows color (decimal): -16300804 or 16532487. OLE color: 16532487.

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

Color convert

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

Color Harmonies of #0744FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0744FC

Black with #0744FC

Text Example


Text Example

White with #0744FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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