Html Css Color HEX #075BCF Navy Blue

📋 copy color: '#075BCF'

red 7 ◦ green 91 ◦ blue 207

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

Shades of Navy Blue #075BCF

Tints of Navy Blue #075BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

 BLUE value IS 207 (81.25% from 255) = 67.87%

R = 2.3%
G = 29.84%
B = 67.87%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#075BCF (or 0x075BCF) is known color: Navy Blue. HEX triplet: 07, 5B and CF. RGB value is (7,91,207). Sum of RGB (Red+Green+Blue) = 7+91+207=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #075BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BCF is #F8A430. Grayscale: #4E4E4E. Windows color (decimal): -16294961 or 13589255. OLE color: 13589255.

HSL color Cylindrical-coordinate representation of color #075BCF: hue angle of 214.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075BCF is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 91 207 -
CMYK 0.97 0.56 0 0.19
HSL 214.8º 0.93% 0.42% -
HSV(B) 214.8º 0.97% 0.81% -
XYZ 15.09 12.03 60.56 -
YUV 79.11 200.17 76.57 -
System Red Green Blue C M Y K H S L
Decimal 7 91 207 0.97 0.56 0 0.19 214.8 0.93 0.42
Hex 7 5B CF 61 38 0 13 D7 5D 2A
Octal 7 133 317 141 70 0 23 327 135 52
Binary 111 1011011 11001111 1100001 111000 0 10011 11010111 1011101 101010

Color Harmonies of #075BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075BCF

Black with #075BCF

Text Example


Text Example

White with #075BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075BCF; }

 p { color: rgb(7,91,207); }

 H1.HeaderClassName
 {
   color: #075BCF;
 }
 .AnyTagClassName
 {
   color: #075BCF;
 }
</style>

background-color css

<style>
 a { background-color: #075BCF; }

 a { background-color: rgb(7,91,207); }

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

border-color css

<style>
 span { border-color: #075BCF; }

 span { border-color: rgb(7,91,207); }

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