Html Css Color HEX #082DA2 International Klein Blue

📋 copy color: '#082DA2'

red 8 ◦ green 45 ◦ blue 162

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

Shades of International Klein Blue #082DA2

Tints of International Klein Blue #082DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 75.35%

R = 3.72%
G = 20.93%
B = 75.35%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#082DA2 (or 0x082DA2) is known color: International Klein Blue. HEX triplet: 08, 2D and A2. RGB value is (8,45,162). Sum of RGB (Red+Green+Blue) = 8+45+162=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 162 (63.67% from 255 or 75.35% from 215); Max value from RGB is 162 - color contains mainly: blue. Hex color #082DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082DA2 is #F7D25D. Grayscale: #2E2E2E. Windows color (decimal): -16241246 or 10628360. OLE color: 10628360.

HSL color Cylindrical-coordinate representation of color #082DA2: hue angle of 225.58º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082DA2 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 45 162 -
CMYK 0.95 0.72 0 0.36
HSL 225.58º 0.91% 0.33% -
HSV(B) 225.58º 0.95% 0.64% -
XYZ 7.56 4.54 34.66 -
YUV 47.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 8 45 162 0.95 0.72 0 0.36 225.58 0.91 0.33
Hex 8 2D A2 5F 48 0 24 E2 5B 21
Octal 10 55 242 137 110 0 44 342 133 41
Binary 1000 101101 10100010 1011111 1001000 0 100100 11100010 1011011 100001

Color Harmonies of #082DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DA2

Black with #082DA2

Text Example


Text Example

White with #082DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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