Html Css Color HEX #082EBA International Klein Blue

📋 copy color: '#082EBA'

red 8 ◦ green 46 ◦ blue 186

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

Shades of International Klein Blue #082EBA

Tints of International Klein Blue #082EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

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

R = 3.33%
G = 19.17%
B = 77.5%

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

#082EBA (or 0x082EBA) is known color: International Klein Blue. HEX triplet: 08, 2E and BA. RGB value is (8,46,186). Sum of RGB (Red+Green+Blue) = 8+46+186=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #082EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EBA is #F7D145. Grayscale: #323232. Windows color (decimal): -16240966 or 12201480. OLE color: 12201480.

HSL color Cylindrical-coordinate representation of color #082EBA: hue angle of 227.19º 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 #082EBA is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 46 186 -
CMYK 0.96 0.75 0 0.27
HSL 227.19º 0.92% 0.38% -
HSV(B) 227.19º 0.96% 0.73% -
XYZ 9.94 5.55 47 -
YUV 50.6 204.41 97.62 -
System Red Green Blue C M Y K H S L
Decimal 8 46 186 0.96 0.75 0 0.27 227.19 0.92 0.38
Hex 8 2E BA 60 4B 0 1B E3 5C 26
Octal 10 56 272 140 113 0 33 343 134 46
Binary 1000 101110 10111010 1100000 1001011 0 11011 11100011 1011100 100110

Color Harmonies of #082EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082EBA

Black with #082EBA

Text Example


Text Example

White with #082EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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