Html Css Color HEX #075CFC Navy Blue

📋 copy color: '#075CFC'

red 7 ◦ green 92 ◦ blue 252

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

Shades of Navy Blue #075CFC

Tints of Navy Blue #075CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 1.99%
G = 26.21%
B = 71.79%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#075CFC (or 0x075CFC) is known color: Navy Blue. HEX triplet: 07, 5C and FC. RGB value is (7,92,252). Sum of RGB (Red+Green+Blue) = 7+92+252=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #075CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CFC is #F8A303. Grayscale: #545454. Windows color (decimal): -16294660 or 16538631. OLE color: 16538631.

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

Color convert

RGB 7 92 252 -
CMYK 0.97 0.63 0 0.01
HSL 219.18º 0.98% 0.51% -
HSV(B) 219.18º 0.97% 0.99% -
XYZ 21.49 14.73 93.81 -
YUV 84.83 222.34 72.49 -
System Red Green Blue C M Y K H S L
Decimal 7 92 252 0.97 0.63 0 0.01 219.18 0.98 0.51
Hex 7 5C FC 61 3F 0 1 DB 62 33
Octal 7 134 374 141 77 0 1 333 142 63
Binary 111 1011100 11111100 1100001 111111 0 1 11011011 1100010 110011

Color Harmonies of #075CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075CFC

Black with #075CFC

Text Example


Text Example

White with #075CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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