Html Css Color HEX #074CE7 Navy Blue

📋 copy color: '#074CE7'

red 7 ◦ green 76 ◦ blue 231

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

Shades of Navy Blue #074CE7

Tints of Navy Blue #074CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

 BLUE value IS 231 (90.63% from 255) = 73.57%

R = 2.23%
G = 24.2%
B = 73.57%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#074CE7 (or 0x074CE7) is known color: Navy Blue. HEX triplet: 07, 4C and E7. RGB value is (7,76,231). Sum of RGB (Red+Green+Blue) = 7+76+231=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 231 (90.62% from 255 or 73.57% from 314); Max value from RGB is 231 - color contains mainly: blue. Hex color #074CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #074CE7 is #F8B318. Grayscale: #484848. Windows color (decimal): -16298777 or 15158279. OLE color: 15158279.

HSL color Cylindrical-coordinate representation of color #074CE7: hue angle of 221.52º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074CE7 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 7 76 231 -
CMYK 0.97 0.67 0 0.09
HSL 221.52º 0.94% 0.47% -
HSV(B) 221.52º 0.97% 0.91% -
XYZ 17.1 10.98 76.82 -
YUV 73.04 217.14 80.9 -
System Red Green Blue C M Y K H S L
Decimal 7 76 231 0.97 0.67 0 0.09 221.52 0.94 0.47
Hex 7 4C E7 61 43 0 9 DE 5E 2F
Octal 7 114 347 141 103 0 11 336 136 57
Binary 111 1001100 11100111 1100001 1000011 0 1001 11011110 1011110 101111

Color Harmonies of #074CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074CE7

Black with #074CE7

Text Example


Text Example

White with #074CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074CE7; }

 p { color: rgb(7,76,231); }

 H1.HeaderClassName
 {
   color: #074CE7;
 }
 .AnyTagClassName
 {
   color: #074CE7;
 }
</style>

background-color css

<style>
 a { background-color: #074CE7; }

 a { background-color: rgb(7,76,231); }

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

border-color css

<style>
 span { border-color: #074CE7; }

 span { border-color: rgb(7,76,231); }

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