Html Css Color HEX #082D9E International Klein Blue

📋 copy color: '#082D9E'

red 8 ◦ green 45 ◦ blue 158

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

Shades of International Klein Blue #082D9E

Tints of International Klein Blue #082D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 74.88%

R = 3.79%
G = 21.33%
B = 74.88%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#082D9E (or 0x082D9E) is known color: International Klein Blue. HEX triplet: 08, 2D and 9E. RGB value is (8,45,158). Sum of RGB (Red+Green+Blue) = 8+45+158=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #082D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D9E is #F7D261. Grayscale: #2E2E2E. Windows color (decimal): -16241250 or 10366216. OLE color: 10366216.

HSL color Cylindrical-coordinate representation of color #082D9E: hue angle of 225.2º 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 #082D9E is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 45 158 -
CMYK 0.95 0.72 0 0.38
HSL 225.2º 0.9% 0.33% -
HSV(B) 225.2º 0.95% 0.62% -
XYZ 7.21 4.4 32.82 -
YUV 46.82 190.74 100.31 -
System Red Green Blue C M Y K H S L
Decimal 8 45 158 0.95 0.72 0 0.38 225.2 0.9 0.33
Hex 8 2D 9E 5F 48 0 26 E1 5A 21
Octal 10 55 236 137 110 0 46 341 132 41
Binary 1000 101101 10011110 1011111 1001000 0 100110 11100001 1011010 100001

Color Harmonies of #082D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D9E

Black with #082D9E

Text Example


Text Example

White with #082D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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