Html Css Color HEX #082BAA International Klein Blue

📋 copy color: '#082BAA'

red 8 ◦ green 43 ◦ blue 170

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

Shades of International Klein Blue #082BAA

Tints of International Klein Blue #082BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

 BLUE value IS 170 (66.8% from 255) = 76.92%

R = 3.62%
G = 19.46%
B = 76.92%

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

#082BAA (or 0x082BAA) is known color: International Klein Blue. HEX triplet: 08, 2B and AA. RGB value is (8,43,170). Sum of RGB (Red+Green+Blue) = 8+43+170=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #082BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082BAA is #F7D455. Grayscale: #2E2E2E. Windows color (decimal): -16241750 or 11152136. OLE color: 11152136.

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

Color convert

RGB 8 43 170 -
CMYK 0.95 0.75 0 0.33
HSL 227.04º 0.91% 0.35% -
HSV(B) 227.04º 0.95% 0.67% -
XYZ 8.22 4.68 38.5 -
YUV 47.01 197.4 100.17 -
System Red Green Blue C M Y K H S L
Decimal 8 43 170 0.95 0.75 0 0.33 227.04 0.91 0.35
Hex 8 2B AA 5F 4B 0 21 E3 5B 23
Octal 10 53 252 137 113 0 41 343 133 43
Binary 1000 101011 10101010 1011111 1001011 0 100001 11100011 1011011 100011

Color Harmonies of #082BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BAA

Black with #082BAA

Text Example


Text Example

White with #082BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,43,170); }

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

background-color css

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

 a { background-color: rgb(8,43,170); }

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

border-color css

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

 span { border-color: rgb(8,43,170); }

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