Html Css Color HEX #0743FC Navy Blue

📋 copy color: '#0743FC'

red 7 ◦ green 67 ◦ blue 252

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

Shades of Navy Blue #0743FC

Tints of Navy Blue #0743FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 2.15%
G = 20.55%
B = 77.3%

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

#0743FC (or 0x0743FC) is known color: Navy Blue. HEX triplet: 07, 43 and FC. RGB value is (7,67,252). Sum of RGB (Red+Green+Blue) = 7+67+252=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #0743FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0743FC is #F8BC03. Grayscale: #454545. Windows color (decimal): -16301060 or 16532231. OLE color: 16532231.

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

Color convert

RGB 7 67 252 -
CMYK 0.97 0.73 0 0.01
HSL 225.31º 0.98% 0.51% -
HSV(B) 225.31º 0.97% 0.99% -
XYZ 19.67 11.09 93.2 -
YUV 70.15 230.62 82.96 -
System Red Green Blue C M Y K H S L
Decimal 7 67 252 0.97 0.73 0 0.01 225.31 0.98 0.51
Hex 7 43 FC 61 49 0 1 E1 62 33
Octal 7 103 374 141 111 0 1 341 142 63
Binary 111 1000011 11111100 1100001 1001001 0 1 11100001 1100010 110011

Color Harmonies of #0743FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0743FC

Black with #0743FC

Text Example


Text Example

White with #0743FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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