Html Css Color HEX #082AB3 International Klein Blue

📋 copy color: '#082AB3'

red 8 ◦ green 42 ◦ blue 179

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

Shades of International Klein Blue #082AB3

Tints of International Klein Blue #082AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 78.17%

R = 3.49%
G = 18.34%
B = 78.17%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#082AB3 (or 0x082AB3) is known color: International Klein Blue. HEX triplet: 08, 2A and B3. RGB value is (8,42,179). Sum of RGB (Red+Green+Blue) = 8+42+179=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 179 (70.31% from 255 or 78.17% from 229); Max value from RGB is 179 - color contains mainly: blue. Hex color #082AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082AB3 is #F7D54C. Grayscale: #2E2E2E. Windows color (decimal): -16241997 or 11741704. OLE color: 11741704.

HSL color Cylindrical-coordinate representation of color #082AB3: hue angle of 228.07º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082AB3 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 42 179 -
CMYK 0.96 0.77 0 0.30
HSL 228.07º 0.91% 0.37% -
HSV(B) 228.07º 0.96% 0.7% -
XYZ 9.06 4.96 43.13 -
YUV 47.45 202.24 99.86 -
System Red Green Blue C M Y K H S L
Decimal 8 42 179 0.96 0.77 0 0.30 228.07 0.91 0.37
Hex 8 2A B3 60 4D 0 1E E4 5B 25
Octal 10 52 263 140 115 0 36 344 133 45
Binary 1000 101010 10110011 1100000 1001101 0 11110 11100100 1011011 100101

Color Harmonies of #082AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082AB3

Black with #082AB3

Text Example


Text Example

White with #082AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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