Html Css Color HEX #074263 Prussian Blue

📋 copy color: '#074263'

red 7 ◦ green 66 ◦ blue 99

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

Shades of Prussian Blue #074263

Tints of Prussian Blue #074263

RGB

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

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

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

R = 4.07%
G = 38.37%
B = 57.56%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#074263 (or 0x074263) is known color: Prussian Blue. HEX triplet: 07, 42 and 63. RGB value is (7,66,99). Sum of RGB (Red+Green+Blue) = 7+66+99=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #074263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074263 is #F8BD9C. Grayscale: #333333. Windows color (decimal): -16301469 or 6504967. OLE color: 6504967.

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

Color convert

RGB 7 66 99 -
CMYK 0.93 0.33 0 0.61
HSL 201.52º 0.87% 0.21% -
HSV(B) 201.52º 0.93% 0.39% -
XYZ 4.29 4.84 12.51 -
YUV 52.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 7 66 99 0.93 0.33 0 0.61 201.52 0.87 0.21
Hex 7 42 63 5D 21 0 3D CA 57 15
Octal 7 102 143 135 41 0 75 312 127 25
Binary 111 1000010 1100011 1011101 100001 0 111101 11001010 1010111 10101

Color Harmonies of #074263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074263

Black with #074263

Text Example


Text Example

White with #074263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074263; }

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

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

background-color css

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

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

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

border-color css

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

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

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