Html Css Color HEX #082BAC International Klein Blue

📋 copy color: '#082BAC'

red 8 ◦ green 43 ◦ blue 172

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

Shades of International Klein Blue #082BAC

Tints of International Klein Blue #082BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.13%

R = 3.59%
G = 19.28%
B = 77.13%

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

#082BAC (or 0x082BAC) is known color: International Klein Blue. HEX triplet: 08, 2B and AC. RGB value is (8,43,172). Sum of RGB (Red+Green+Blue) = 8+43+172=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #082BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082BAC is #F7D453. Grayscale: #2E2E2E. Windows color (decimal): -16241748 or 11283208. OLE color: 11283208.

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

Color convert

RGB 8 43 172 -
CMYK 0.95 0.75 0 0.33
HSL 227.2º 0.91% 0.35% -
HSV(B) 227.2º 0.95% 0.67% -
XYZ 8.41 4.76 39.5 -
YUV 47.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 8 43 172 0.95 0.75 0 0.33 227.2 0.91 0.35
Hex 8 2B AC 5F 4B 0 21 E3 5B 23
Octal 10 53 254 137 113 0 41 343 133 43
Binary 1000 101011 10101100 1011111 1001011 0 100001 11100011 1011011 100011

Color Harmonies of #082BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BAC

Black with #082BAC

Text Example


Text Example

White with #082BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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