Html Css Color HEX #074069 Prussian Blue

📋 copy color: '#074069'

red 7 ◦ green 64 ◦ blue 105

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

Shades of Prussian Blue #074069

Tints of Prussian Blue #074069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 105 (41.41% from 255) = 59.66%

R = 3.98%
G = 36.36%
B = 59.66%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#074069 (or 0x074069) is known color: Prussian Blue. HEX triplet: 07, 40 and 69. RGB value is (7,64,105). Sum of RGB (Red+Green+Blue) = 7+64+105=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #074069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074069 is #F8BF96. Grayscale: #333333. Windows color (decimal): -16301975 or 6897671. OLE color: 6897671.

HSL color Cylindrical-coordinate representation of color #074069: hue angle of 205.1º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074069 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 64 105 -
CMYK 0.93 0.39 0 0.59
HSL 205.1º 0.88% 0.22% -
HSV(B) 205.1º 0.93% 0.41% -
XYZ 4.47 4.73 14.04 -
YUV 51.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 7 64 105 0.93 0.39 0 0.59 205.1 0.88 0.22
Hex 7 40 69 5D 27 0 3B CD 58 16
Octal 7 100 151 135 47 0 73 315 130 26
Binary 111 1000000 1101001 1011101 100111 0 111011 11001101 1011000 10110

Color Harmonies of #074069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074069

Black with #074069

Text Example


Text Example

White with #074069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074069; }

 p { color: rgb(7,64,105); }

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

background-color css

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

 a { background-color: rgb(7,64,105); }

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

border-color css

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

 span { border-color: rgb(7,64,105); }

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