Html Css Color HEX #082EAC International Klein Blue

📋 copy color: '#082EAC'

red 8 ◦ green 46 ◦ blue 172

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

Shades of International Klein Blue #082EAC

Tints of International Klein Blue #082EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

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

R = 3.54%
G = 20.35%
B = 76.11%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#082EAC (or 0x082EAC) is known color: International Klein Blue. HEX triplet: 08, 2E and AC. RGB value is (8,46,172). Sum of RGB (Red+Green+Blue) = 8+46+172=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 172 (67.58% from 255 or 76.11% from 226); Max value from RGB is 172 - color contains mainly: blue. Hex color #082EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082EAC is #F7D153. Grayscale: #303030. Windows color (decimal): -16240980 or 11283976. OLE color: 11283976.

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

Color convert

RGB 8 46 172 -
CMYK 0.95 0.73 0 0.33
HSL 226.1º 0.91% 0.35% -
HSV(B) 226.1º 0.95% 0.67% -
XYZ 8.52 4.98 39.54 -
YUV 49 197.41 98.75 -
System Red Green Blue C M Y K H S L
Decimal 8 46 172 0.95 0.73 0 0.33 226.1 0.91 0.35
Hex 8 2E AC 5F 49 0 21 E2 5B 23
Octal 10 56 254 137 111 0 41 342 133 43
Binary 1000 101110 10101100 1011111 1001001 0 100001 11100010 1011011 100011

Color Harmonies of #082EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082EAC

Black with #082EAC

Text Example


Text Example

White with #082EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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