Html Css Color HEX #074262 Prussian Blue

📋 copy color: '#074262'

red 7 ◦ green 66 ◦ blue 98

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

Shades of Prussian Blue #074262

Tints of Prussian Blue #074262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 98 (38.67% from 255) = 57.31%

R = 4.09%
G = 38.6%
B = 57.31%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074262 (or 0x074262) is known color: Prussian Blue. HEX triplet: 07, 42 and 62. RGB value is (7,66,98). Sum of RGB (Red+Green+Blue) = 7+66+98=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #074262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074262 is #F8BD9D. Grayscale: #333333. Windows color (decimal): -16301470 or 6439431. OLE color: 6439431.

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

Color convert

RGB 7 66 98 -
CMYK 0.93 0.33 0 0.62
HSL 201.1º 0.87% 0.21% -
HSV(B) 201.1º 0.93% 0.38% -
XYZ 4.24 4.82 12.26 -
YUV 52.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 7 66 98 0.93 0.33 0 0.62 201.1 0.87 0.21
Hex 7 42 62 5D 21 0 3E C9 57 15
Octal 7 102 142 135 41 0 76 311 127 25
Binary 111 1000010 1100010 1011101 100001 0 111110 11001001 1010111 10101

Color Harmonies of #074262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074262

Black with #074262

Text Example


Text Example

White with #074262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074262; }

 p { color: rgb(7,66,98); }

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

background-color css

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

 a { background-color: rgb(7,66,98); }

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

border-color css

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

 span { border-color: rgb(7,66,98); }

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