Html Css Color HEX #082ABA International Klein Blue

📋 copy color: '#082ABA'

red 8 ◦ green 42 ◦ blue 186

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

Shades of International Klein Blue #082ABA

Tints of International Klein Blue #082ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.8%

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

R = 3.39%
G = 17.8%
B = 78.81%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#082ABA (or 0x082ABA) is known color: International Klein Blue. HEX triplet: 08, 2A and BA. RGB value is (8,42,186). Sum of RGB (Red+Green+Blue) = 8+42+186=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #082ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ABA is #F7D545. Grayscale: #2F2F2F. Windows color (decimal): -16241990 or 12200456. OLE color: 12200456.

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

Color convert

RGB 8 42 186 -
CMYK 0.96 0.77 0 0.27
HSL 228.54º 0.92% 0.38% -
HSV(B) 228.54º 0.96% 0.73% -
XYZ 9.79 5.25 46.95 -
YUV 48.25 205.74 99.29 -
System Red Green Blue C M Y K H S L
Decimal 8 42 186 0.96 0.77 0 0.27 228.54 0.92 0.38
Hex 8 2A BA 60 4D 0 1B E5 5C 26
Octal 10 52 272 140 115 0 33 345 134 46
Binary 1000 101010 10111010 1100000 1001101 0 11011 11100101 1011100 100110

Color Harmonies of #082ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082ABA

Black with #082ABA

Text Example


Text Example

White with #082ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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