Html Css Color HEX #082FBA International Klein Blue

📋 copy color: '#082FBA'

red 8 ◦ green 47 ◦ blue 186

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

Shades of International Klein Blue #082FBA

Tints of International Klein Blue #082FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 77.18%

R = 3.32%
G = 19.5%
B = 77.18%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#082FBA (or 0x082FBA) is known color: International Klein Blue. HEX triplet: 08, 2F and BA. RGB value is (8,47,186). Sum of RGB (Red+Green+Blue) = 8+47+186=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #082FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FBA is #F7D045. Grayscale: #323232. Windows color (decimal): -16240710 or 12201736. OLE color: 12201736.

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

Color convert

RGB 8 47 186 -
CMYK 0.96 0.75 0 0.27
HSL 226.85º 0.92% 0.38% -
HSV(B) 226.85º 0.96% 0.73% -
XYZ 9.98 5.63 47.02 -
YUV 51.19 204.08 97.2 -
System Red Green Blue C M Y K H S L
Decimal 8 47 186 0.96 0.75 0 0.27 226.85 0.92 0.38
Hex 8 2F BA 60 4B 0 1B E3 5C 26
Octal 10 57 272 140 113 0 33 343 134 46
Binary 1000 101111 10111010 1100000 1001011 0 11011 11100011 1011100 100110

Color Harmonies of #082FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082FBA

Black with #082FBA

Text Example


Text Example

White with #082FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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