Html Css Color HEX #082AA2 International Klein Blue

📋 copy color: '#082AA2'

red 8 ◦ green 42 ◦ blue 162

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

Shades of International Klein Blue #082AA2

Tints of International Klein Blue #082AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 76.42%

R = 3.77%
G = 19.81%
B = 76.42%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#082AA2 (or 0x082AA2) is known color: International Klein Blue. HEX triplet: 08, 2A and A2. RGB value is (8,42,162). Sum of RGB (Red+Green+Blue) = 8+42+162=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 162 (63.67% from 255 or 76.42% from 212); Max value from RGB is 162 - color contains mainly: blue. Hex color #082AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082AA2 is #F7D55D. Grayscale: #2D2D2D. Windows color (decimal): -16242014 or 10627592. OLE color: 10627592.

HSL color Cylindrical-coordinate representation of color #082AA2: hue angle of 226.75º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082AA2 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 42 162 -
CMYK 0.95 0.74 0 0.36
HSL 226.75º 0.91% 0.33% -
HSV(B) 226.75º 0.95% 0.64% -
XYZ 7.45 4.32 34.62 -
YUV 45.51 193.74 101.24 -
System Red Green Blue C M Y K H S L
Decimal 8 42 162 0.95 0.74 0 0.36 226.75 0.91 0.33
Hex 8 2A A2 5F 4A 0 24 E3 5B 21
Octal 10 52 242 137 112 0 44 343 133 41
Binary 1000 101010 10100010 1011111 1001010 0 100100 11100011 1011011 100001

Color Harmonies of #082AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082AA2

Black with #082AA2

Text Example


Text Example

White with #082AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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