Html Css Color HEX #0742EB Navy Blue

📋 copy color: '#0742EB'

red 7 ◦ green 66 ◦ blue 235

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

Shades of Navy Blue #0742EB

Tints of Navy Blue #0742EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 76.3%

R = 2.27%
G = 21.43%
B = 76.3%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0742EB (or 0x0742EB) is known color: Navy Blue. HEX triplet: 07, 42 and EB. RGB value is (7,66,235). Sum of RGB (Red+Green+Blue) = 7+66+235=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #0742EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0742EB is #F8BD14. Grayscale: #424242. Windows color (decimal): -16301333 or 15417863. OLE color: 15417863.

HSL color Cylindrical-coordinate representation of color #0742EB: hue angle of 224.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0742EB is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 66 235 -
CMYK 0.97 0.72 0 0.08
HSL 224.47º 0.94% 0.47% -
HSV(B) 224.47º 0.97% 0.92% -
XYZ 17.03 9.94 79.62 -
YUV 67.63 222.45 84.76 -
System Red Green Blue C M Y K H S L
Decimal 7 66 235 0.97 0.72 0 0.08 224.47 0.94 0.47
Hex 7 42 EB 61 48 0 8 E0 5E 2F
Octal 7 102 353 141 110 0 10 340 136 57
Binary 111 1000010 11101011 1100001 1001000 0 1000 11100000 1011110 101111

Color Harmonies of #0742EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0742EB

Black with #0742EB

Text Example


Text Example

White with #0742EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0742EB; }

 p { color: rgb(7,66,235); }

 H1.HeaderClassName
 {
   color: #0742EB;
 }
 .AnyTagClassName
 {
   color: #0742EB;
 }
</style>

background-color css

<style>
 a { background-color: #0742EB; }

 a { background-color: rgb(7,66,235); }

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

border-color css

<style>
 span { border-color: #0742EB; }

 span { border-color: rgb(7,66,235); }

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