Html Css Color HEX #082BAB International Klein Blue

📋 copy color: '#082BAB'

red 8 ◦ green 43 ◦ blue 171

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

Shades of International Klein Blue #082BAB

Tints of International Klein Blue #082BAB

RGB

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

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

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

R = 3.6%
G = 19.37%
B = 77.03%

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

#082BAB (or 0x082BAB) is known color: International Klein Blue. HEX triplet: 08, 2B and AB. RGB value is (8,43,171). Sum of RGB (Red+Green+Blue) = 8+43+171=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #082BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082BAB is #F7D454. Grayscale: #2E2E2E. Windows color (decimal): -16241749 or 11217672. OLE color: 11217672.

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

Color convert

RGB 8 43 171 -
CMYK 0.95 0.75 0 0.33
HSL 227.12º 0.91% 0.35% -
HSV(B) 227.12º 0.95% 0.67% -
XYZ 8.31 4.72 39 -
YUV 47.13 197.9 100.09 -
System Red Green Blue C M Y K H S L
Decimal 8 43 171 0.95 0.75 0 0.33 227.12 0.91 0.35
Hex 8 2B AB 5F 4B 0 21 E3 5B 23
Octal 10 53 253 137 113 0 41 343 133 43
Binary 1000 101011 10101011 1011111 1001011 0 100001 11100011 1011011 100011

Color Harmonies of #082BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BAB

Black with #082BAB

Text Example


Text Example

White with #082BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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