Html Css Color HEX #082AAB International Klein Blue

📋 copy color: '#082AAB'

red 8 ◦ green 42 ◦ blue 171

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

Shades of International Klein Blue #082AAB

Tints of International Klein Blue #082AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.38%

R = 3.62%
G = 19%
B = 77.38%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#082AAB (or 0x082AAB) is known color: International Klein Blue. HEX triplet: 08, 2A and AB. RGB value is (8,42,171). Sum of RGB (Red+Green+Blue) = 8+42+171=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #082AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082AAB is #F7D554. Grayscale: #2D2D2D. Windows color (decimal): -16242005 or 11217416. OLE color: 11217416.

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

Color convert

RGB 8 42 171 -
CMYK 0.95 0.75 0 0.33
HSL 227.48º 0.91% 0.35% -
HSV(B) 227.48º 0.95% 0.67% -
XYZ 8.28 4.65 38.99 -
YUV 46.54 198.24 100.51 -
System Red Green Blue C M Y K H S L
Decimal 8 42 171 0.95 0.75 0 0.33 227.48 0.91 0.35
Hex 8 2A AB 5F 4B 0 21 E3 5B 23
Octal 10 52 253 137 113 0 41 343 133 43
Binary 1000 101010 10101011 1011111 1001011 0 100001 11100011 1011011 100011

Color Harmonies of #082AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082AAB

Black with #082AAB

Text Example


Text Example

White with #082AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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