Html Css Color HEX #082DA1 International Klein Blue

📋 copy color: '#082DA1'

red 8 ◦ green 45 ◦ blue 161

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

Shades of International Klein Blue #082DA1

Tints of International Klein Blue #082DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 75.23%

R = 3.74%
G = 21.03%
B = 75.23%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#082DA1 (or 0x082DA1) is known color: International Klein Blue. HEX triplet: 08, 2D and A1. RGB value is (8,45,161). Sum of RGB (Red+Green+Blue) = 8+45+161=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 161 (63.28% from 255 or 75.23% from 214); Max value from RGB is 161 - color contains mainly: blue. Hex color #082DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082DA1 is #F7D25E. Grayscale: #2E2E2E. Windows color (decimal): -16241247 or 10562824. OLE color: 10562824.

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

Color convert

RGB 8 45 161 -
CMYK 0.95 0.72 0 0.37
HSL 225.49º 0.91% 0.33% -
HSV(B) 225.49º 0.95% 0.63% -
XYZ 7.47 4.5 34.19 -
YUV 47.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 8 45 161 0.95 0.72 0 0.37 225.49 0.91 0.33
Hex 8 2D A1 5F 48 0 25 E1 5B 21
Octal 10 55 241 137 110 0 45 341 133 41
Binary 1000 101101 10100001 1011111 1001000 0 100101 11100001 1011011 100001

Color Harmonies of #082DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082DA1

Black with #082DA1

Text Example


Text Example

White with #082DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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