Html Css Color HEX #074866 Prussian Blue

📋 copy color: '#074866'

red 7 ◦ green 72 ◦ blue 102

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

Shades of Prussian Blue #074866

Tints of Prussian Blue #074866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.35%

R = 3.87%
G = 39.78%
B = 56.35%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#074866 (or 0x074866) is known color: Prussian Blue. HEX triplet: 07, 48 and 66. RGB value is (7,72,102). Sum of RGB (Red+Green+Blue) = 7+72+102=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #074866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074866 is #F8B799. Grayscale: #373737. Windows color (decimal): -16299930 or 6703111. OLE color: 6703111.

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

Color convert

RGB 7 72 102 -
CMYK 0.93 0.29 0 0.6
HSL 198.95º 0.87% 0.21% -
HSV(B) 198.95º 0.93% 0.4% -
XYZ 4.8 5.64 13.41 -
YUV 55.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 7 72 102 0.93 0.29 0 0.6 198.95 0.87 0.21
Hex 7 48 66 5D 1D 0 3C C7 57 15
Octal 7 110 146 135 35 0 74 307 127 25
Binary 111 1001000 1100110 1011101 11101 0 111100 11000111 1010111 10101

Color Harmonies of #074866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074866

Black with #074866

Text Example


Text Example

White with #074866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074866; }

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

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

background-color css

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

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

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

border-color css

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

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

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