Html Css Color HEX #082A9F International Klein Blue

📋 copy color: '#082A9F'

red 8 ◦ green 42 ◦ blue 159

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

Shades of International Klein Blue #082A9F

Tints of International Klein Blue #082A9F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.1%

 BLUE value IS 159 (62.5% from 255) = 76.08%

R = 3.83%
G = 20.1%
B = 76.08%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#082A9F (or 0x082A9F) is known color: International Klein Blue. HEX triplet: 08, 2A and 9F. RGB value is (8,42,159). Sum of RGB (Red+Green+Blue) = 8+42+159=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #082A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082A9F is #F7D560. Grayscale: #2C2C2C. Windows color (decimal): -16242017 or 10430984. OLE color: 10430984.

HSL color Cylindrical-coordinate representation of color #082A9F: hue angle of 226.49º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082A9F is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 42 159 -
CMYK 0.95 0.74 0 0.38
HSL 226.49º 0.9% 0.33% -
HSV(B) 226.49º 0.95% 0.62% -
XYZ 7.19 4.21 33.23 -
YUV 45.17 192.24 101.49 -
System Red Green Blue C M Y K H S L
Decimal 8 42 159 0.95 0.74 0 0.38 226.49 0.9 0.33
Hex 8 2A 9F 5F 4A 0 26 E2 5A 21
Octal 10 52 237 137 112 0 46 342 132 41
Binary 1000 101010 10011111 1011111 1001010 0 100110 11100010 1011010 100001

Color Harmonies of #082A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082A9F

Black with #082A9F

Text Example


Text Example

White with #082A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,42,159); }

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

background-color css

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

 a { background-color: rgb(8,42,159); }

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

border-color css

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

 span { border-color: rgb(8,42,159); }

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