Html Css Color HEX #082FBE Persian Blue

📋 copy color: '#082FBE'

red 8 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #082FBE

Tints of Persian Blue #082FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.55%

R = 3.27%
G = 19.18%
B = 77.55%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#082FBE (or 0x082FBE) is known color: Persian Blue. HEX triplet: 08, 2F and BE. RGB value is (8,47,190). Sum of RGB (Red+Green+Blue) = 8+47+190=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #082FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FBE is #F7D041. Grayscale: #333333. Windows color (decimal): -16240706 or 12463880. OLE color: 12463880.

HSL color Cylindrical-coordinate representation of color #082FBE: hue angle of 227.14º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FBE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 47 190 -
CMYK 0.96 0.75 0 0.25
HSL 227.14º 0.92% 0.39% -
HSV(B) 227.14º 0.96% 0.75% -
XYZ 10.41 5.8 49.29 -
YUV 51.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 8 47 190 0.96 0.75 0 0.25 227.14 0.92 0.39
Hex 8 2F BE 60 4B 0 19 E3 5C 27
Octal 10 57 276 140 113 0 31 343 134 47
Binary 1000 101111 10111110 1100000 1001011 0 11001 11100011 1011100 100111

Color Harmonies of #082FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FBE

Black with #082FBE

Text Example


Text Example

White with #082FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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