Html Css Color HEX #074668 Prussian Blue

📋 copy color: '#074668'

red 7 ◦ green 70 ◦ blue 104

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

Shades of Prussian Blue #074668

Tints of Prussian Blue #074668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

 BLUE value IS 104 (41.02% from 255) = 57.46%

R = 3.87%
G = 38.67%
B = 57.46%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#074668 (or 0x074668) is known color: Prussian Blue. HEX triplet: 07, 46 and 68. RGB value is (7,70,104). Sum of RGB (Red+Green+Blue) = 7+70+104=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #074668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074668 is #F8B997. Grayscale: #363636. Windows color (decimal): -16300440 or 6833671. OLE color: 6833671.

HSL color Cylindrical-coordinate representation of color #074668: hue angle of 201.03º degrees, saturation: 0.87, 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 #074668 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 70 104 -
CMYK 0.93 0.33 0 0.59
HSL 201.03º 0.87% 0.22% -
HSV(B) 201.03º 0.93% 0.41% -
XYZ 4.78 5.42 13.89 -
YUV 55.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 7 70 104 0.93 0.33 0 0.59 201.03 0.87 0.22
Hex 7 46 68 5D 21 0 3B C9 57 16
Octal 7 106 150 135 41 0 73 311 127 26
Binary 111 1000110 1101000 1011101 100001 0 111011 11001001 1010111 10110

Color Harmonies of #074668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074668

Black with #074668

Text Example


Text Example

White with #074668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074668; }

 p { color: rgb(7,70,104); }

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

background-color css

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

 a { background-color: rgb(7,70,104); }

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

border-color css

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

 span { border-color: rgb(7,70,104); }

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