Html Css Color HEX #074863 Prussian Blue

📋 copy color: '#074863'

red 7 ◦ green 72 ◦ blue 99

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

Shades of Prussian Blue #074863

Tints of Prussian Blue #074863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

 BLUE value IS 99 (39.06% from 255) = 55.62%

R = 3.93%
G = 40.45%
B = 55.62%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#074863 (or 0x074863) is known color: Prussian Blue. HEX triplet: 07, 48 and 63. RGB value is (7,72,99). Sum of RGB (Red+Green+Blue) = 7+72+99=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #074863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074863 is #F8B79C. Grayscale: #373737. Windows color (decimal): -16299933 or 6506503. OLE color: 6506503.

HSL color Cylindrical-coordinate representation of color #074863: hue angle of 197.61º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074863 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 72 99 -
CMYK 0.93 0.27 0 0.61
HSL 197.61º 0.87% 0.21% -
HSV(B) 197.61º 0.93% 0.39% -
XYZ 4.66 5.58 12.64 -
YUV 55.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 7 72 99 0.93 0.27 0 0.61 197.61 0.87 0.21
Hex 7 48 63 5D 1B 0 3D C6 57 15
Octal 7 110 143 135 33 0 75 306 127 25
Binary 111 1001000 1100011 1011101 11011 0 111101 11000110 1010111 10101

Color Harmonies of #074863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074863

Black with #074863

Text Example


Text Example

White with #074863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074863; }

 p { color: rgb(7,72,99); }

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

background-color css

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

 a { background-color: rgb(7,72,99); }

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

border-color css

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

 span { border-color: rgb(7,72,99); }

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