Html Css Color HEX #082DB6 International Klein Blue

📋 copy color: '#082DB6'

red 8 ◦ green 45 ◦ blue 182

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

Shades of International Klein Blue #082DB6

Tints of International Klein Blue #082DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 77.45%

R = 3.4%
G = 19.15%
B = 77.45%

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

#082DB6 (or 0x082DB6) is known color: International Klein Blue. HEX triplet: 08, 2D and B6. RGB value is (8,45,182). Sum of RGB (Red+Green+Blue) = 8+45+182=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 182 (71.48% from 255 or 77.45% from 235); Max value from RGB is 182 - color contains mainly: blue. Hex color #082DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DB6 is #F7D249. Grayscale: #303030. Windows color (decimal): -16241226 or 11939080. OLE color: 11939080.

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

Color convert

RGB 8 45 182 -
CMYK 0.96 0.75 0 0.29
HSL 227.24º 0.92% 0.37% -
HSV(B) 227.24º 0.96% 0.71% -
XYZ 9.48 5.31 44.78 -
YUV 49.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 8 45 182 0.96 0.75 0 0.29 227.24 0.92 0.37
Hex 8 2D B6 60 4B 0 1D E3 5C 25
Octal 10 55 266 140 113 0 35 343 134 45
Binary 1000 101101 10110110 1100000 1001011 0 11101 11100011 1011100 100101

Color Harmonies of #082DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DB6

Black with #082DB6

Text Example


Text Example

White with #082DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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