Html Css Color HEX #08306A Prussian Blue

📋 copy color: '#08306A'

red 8 ◦ green 48 ◦ blue 106

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

Shades of Prussian Blue #08306A

Tints of Prussian Blue #08306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 4.94%
G = 29.63%
B = 65.43%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08306A (or 0x08306A) is known color: Prussian Blue. HEX triplet: 08, 30 and 6A. RGB value is (8,48,106). Sum of RGB (Red+Green+Blue) = 8+48+106=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #08306A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08306A is #F7CF95. Grayscale: #2A2A2A. Windows color (decimal): -16240534 or 6959112. OLE color: 6959112.

HSL color Cylindrical-coordinate representation of color #08306A: hue angle of 215.51º 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 #08306A is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 48 106 -
CMYK 0.92 0.55 0 0.58
HSL 215.51º 0.86% 0.22% -
HSV(B) 215.51º 0.92% 0.42% -
XYZ 3.76 3.21 14.06 -
YUV 42.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 8 48 106 0.92 0.55 0 0.58 215.51 0.86 0.22
Hex 8 30 6A 5C 37 0 3A D8 56 16
Octal 10 60 152 134 67 0 72 330 126 26
Binary 1000 110000 1101010 1011100 110111 0 111010 11011000 1010110 10110

Color Harmonies of #08306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08306A

Black with #08306A

Text Example


Text Example

White with #08306A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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