Html Css Color HEX #08446A Prussian Blue

📋 copy color: '#08446A'

red 8 ◦ green 68 ◦ blue 106

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

Shades of Prussian Blue #08446A

Tints of Prussian Blue #08446A

RGB

 RED value IS 8 (3.52% from 255) = 4.4%

 GREEN value IS 68 (26.95% from 255) = 37.36%

 BLUE value IS 106 (41.8% from 255) = 58.24%

R = 4.4%
G = 37.36%
B = 58.24%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08446A (or 0x08446A) is known color: Prussian Blue. HEX triplet: 08, 44 and 6A. RGB value is (8,68,106). Sum of RGB (Red+Green+Blue) = 8+68+106=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #08446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08446A is #F7BB95. Grayscale: #363636. Windows color (decimal): -16235414 or 6964232. OLE color: 6964232.

HSL color Cylindrical-coordinate representation of color #08446A: hue angle of 203.27º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08446A is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 68 106 -
CMYK 0.92 0.36 0 0.58
HSL 203.27º 0.86% 0.22% -
HSV(B) 203.27º 0.92% 0.42% -
XYZ 4.77 5.23 14.39 -
YUV 54.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 8 68 106 0.92 0.36 0 0.58 203.27 0.86 0.22
Hex 8 44 6A 5C 24 0 3A CB 56 16
Octal 10 104 152 134 44 0 72 313 126 26
Binary 1000 1000100 1101010 1011100 100100 0 111010 11001011 1010110 10110

Color Harmonies of #08446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08446A

Black with #08446A

Text Example


Text Example

White with #08446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08446A; }

 p { color: rgb(8,68,106); }

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

background-color css

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

 a { background-color: rgb(8,68,106); }

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

border-color css

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

 span { border-color: rgb(8,68,106); }

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