Html Css Color HEX #082AAC International Klein Blue

📋 copy color: '#082AAC'

red 8 ◦ green 42 ◦ blue 172

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

Shades of International Klein Blue #082AAC

Tints of International Klein Blue #082AAC

RGB

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

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

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

R = 3.6%
G = 18.92%
B = 77.48%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#082AAC (or 0x082AAC) is known color: International Klein Blue. HEX triplet: 08, 2A and AC. RGB value is (8,42,172). Sum of RGB (Red+Green+Blue) = 8+42+172=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #082AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082AAC is #F7D553. Grayscale: #2E2E2E. Windows color (decimal): -16242004 or 11282952. OLE color: 11282952.

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

Color convert

RGB 8 42 172 -
CMYK 0.95 0.76 0 0.33
HSL 227.56º 0.91% 0.35% -
HSV(B) 227.56º 0.95% 0.67% -
XYZ 8.37 4.69 39.49 -
YUV 46.65 198.74 100.43 -
System Red Green Blue C M Y K H S L
Decimal 8 42 172 0.95 0.76 0 0.33 227.56 0.91 0.35
Hex 8 2A AC 5F 4C 0 21 E4 5B 23
Octal 10 52 254 137 114 0 41 344 133 43
Binary 1000 101010 10101100 1011111 1001100 0 100001 11100100 1011011 100011

Color Harmonies of #082AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082AAC

Black with #082AAC

Text Example


Text Example

White with #082AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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