Html Css Color HEX #082DBA International Klein Blue

📋 copy color: '#082DBA'

red 8 ◦ green 45 ◦ blue 186

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

Shades of International Klein Blue #082DBA

Tints of International Klein Blue #082DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 77.82%

R = 3.35%
G = 18.83%
B = 77.82%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#082DBA (or 0x082DBA) is known color: International Klein Blue. HEX triplet: 08, 2D and BA. RGB value is (8,45,186). Sum of RGB (Red+Green+Blue) = 8+45+186=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #082DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DBA is #F7D245. Grayscale: #313131. Windows color (decimal): -16241222 or 12201224. OLE color: 12201224.

HSL color Cylindrical-coordinate representation of color #082DBA: hue angle of 227.53º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DBA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 45 186 -
CMYK 0.96 0.76 0 0.27
HSL 227.53º 0.92% 0.38% -
HSV(B) 227.53º 0.96% 0.73% -
XYZ 9.9 5.47 46.99 -
YUV 50.01 204.74 98.04 -
System Red Green Blue C M Y K H S L
Decimal 8 45 186 0.96 0.76 0 0.27 227.53 0.92 0.38
Hex 8 2D BA 60 4C 0 1B E4 5C 26
Octal 10 55 272 140 114 0 33 344 134 46
Binary 1000 101101 10111010 1100000 1001100 0 11011 11100100 1011100 100110

Color Harmonies of #082DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DBA

Black with #082DBA

Text Example


Text Example

White with #082DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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