Html Css Color HEX #082DB5 International Klein Blue

📋 copy color: '#082DB5'

red 8 ◦ green 45 ◦ blue 181

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

Shades of International Klein Blue #082DB5

Tints of International Klein Blue #082DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

 BLUE value IS 181 (71.09% from 255) = 77.35%

R = 3.42%
G = 19.23%
B = 77.35%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#082DB5 (or 0x082DB5) is known color: International Klein Blue. HEX triplet: 08, 2D and B5. RGB value is (8,45,181). Sum of RGB (Red+Green+Blue) = 8+45+181=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 181 (71.09% from 255 or 77.35% from 234); Max value from RGB is 181 - color contains mainly: blue. Hex color #082DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DB5 is #F7D24A. Grayscale: #303030. Windows color (decimal): -16241227 or 11873544. OLE color: 11873544.

HSL color Cylindrical-coordinate representation of color #082DB5: hue angle of 227.17º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DB5 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 8 45 181 -
CMYK 0.96 0.75 0 0.29
HSL 227.17º 0.92% 0.37% -
HSV(B) 227.17º 0.96% 0.71% -
XYZ 9.38 5.26 44.24 -
YUV 49.44 202.24 98.44 -
System Red Green Blue C M Y K H S L
Decimal 8 45 181 0.96 0.75 0 0.29 227.17 0.92 0.37
Hex 8 2D B5 60 4B 0 1D E3 5C 25
Octal 10 55 265 140 113 0 35 343 134 45
Binary 1000 101101 10110101 1100000 1001011 0 11101 11100011 1011100 100101

Color Harmonies of #082DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DB5

Black with #082DB5

Text Example


Text Example

White with #082DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,45,181); }

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

background-color css

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

 a { background-color: rgb(8,45,181); }

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

border-color css

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

 span { border-color: rgb(8,45,181); }

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