Html Css Color HEX #082AB2 International Klein Blue

📋 copy color: '#082AB2'

red 8 ◦ green 42 ◦ blue 178

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

Shades of International Klein Blue #082AB2

Tints of International Klein Blue #082AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 78.07%

R = 3.51%
G = 18.42%
B = 78.07%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#082AB2 (or 0x082AB2) is known color: International Klein Blue. HEX triplet: 08, 2A and B2. RGB value is (8,42,178). Sum of RGB (Red+Green+Blue) = 8+42+178=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 178 (69.92% from 255 or 78.07% from 228); Max value from RGB is 178 - color contains mainly: blue. Hex color #082AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082AB2 is #F7D54D. Grayscale: #2E2E2E. Windows color (decimal): -16241998 or 11676168. OLE color: 11676168.

HSL color Cylindrical-coordinate representation of color #082AB2: hue angle of 228º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082AB2 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 42 178 -
CMYK 0.96 0.76 0 0.30
HSL 228º 0.91% 0.36% -
HSV(B) 228º 0.96% 0.7% -
XYZ 8.96 4.92 42.6 -
YUV 47.34 201.74 99.94 -
System Red Green Blue C M Y K H S L
Decimal 8 42 178 0.96 0.76 0 0.30 228 0.91 0.36
Hex 8 2A B2 60 4C 0 1E E4 5B 24
Octal 10 52 262 140 114 0 36 344 133 44
Binary 1000 101010 10110010 1100000 1001100 0 11110 11100100 1011011 100100

Color Harmonies of #082AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082AB2

Black with #082AB2

Text Example


Text Example

White with #082AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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