Html Css Color HEX #082FC6 Persian Blue

📋 copy color: '#082FC6'

red 8 ◦ green 47 ◦ blue 198

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

Shades of Persian Blue #082FC6

Tints of Persian Blue #082FC6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

 BLUE value IS 198 (77.73% from 255) = 78.26%

R = 3.16%
G = 18.58%
B = 78.26%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#082FC6 (or 0x082FC6) is known color: Persian Blue. HEX triplet: 08, 2F and C6. RGB value is (8,47,198). Sum of RGB (Red+Green+Blue) = 8+47+198=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 198 (77.73% from 255 or 78.26% from 253); Max value from RGB is 198 - color contains mainly: blue. Hex color #082FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FC6 is #F7D039. Grayscale: #333333. Windows color (decimal): -16240698 or 12988168. OLE color: 12988168.

HSL color Cylindrical-coordinate representation of color #082FC6: hue angle of 227.68º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FC6 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 47 198 -
CMYK 0.96 0.76 0 0.22
HSL 227.68º 0.92% 0.4% -
HSV(B) 227.68º 0.96% 0.78% -
XYZ 11.31 6.16 54.02 -
YUV 52.55 210.08 96.22 -
System Red Green Blue C M Y K H S L
Decimal 8 47 198 0.96 0.76 0 0.22 227.68 0.92 0.4
Hex 8 2F C6 60 4C 0 16 E4 5C 28
Octal 10 57 306 140 114 0 26 344 134 50
Binary 1000 101111 11000110 1100000 1001100 0 10110 11100100 1011100 101000

Color Harmonies of #082FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FC6

Black with #082FC6

Text Example


Text Example

White with #082FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082FC6; }

 p { color: rgb(8,47,198); }

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

background-color css

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

 a { background-color: rgb(8,47,198); }

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

border-color css

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

 span { border-color: rgb(8,47,198); }

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