Html Css Color HEX #082BAE International Klein Blue

📋 copy color: '#082BAE'

red 8 ◦ green 43 ◦ blue 174

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

Shades of International Klein Blue #082BAE

Tints of International Klein Blue #082BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

 BLUE value IS 174 (68.36% from 255) = 77.33%

R = 3.56%
G = 19.11%
B = 77.33%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#082BAE (or 0x082BAE) is known color: International Klein Blue. HEX triplet: 08, 2B and AE. RGB value is (8,43,174). Sum of RGB (Red+Green+Blue) = 8+43+174=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #082BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082BAE is #F7D451. Grayscale: #2E2E2E. Windows color (decimal): -16241746 or 11414280. OLE color: 11414280.

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

Color convert

RGB 8 43 174 -
CMYK 0.95 0.75 0 0.32
HSL 227.35º 0.91% 0.36% -
HSV(B) 227.35º 0.95% 0.68% -
XYZ 8.6 4.84 40.52 -
YUV 47.47 199.4 99.85 -
System Red Green Blue C M Y K H S L
Decimal 8 43 174 0.95 0.75 0 0.32 227.35 0.91 0.36
Hex 8 2B AE 5F 4B 0 20 E3 5B 24
Octal 10 53 256 137 113 0 40 343 133 44
Binary 1000 101011 10101110 1011111 1001011 0 100000 11100011 1011011 100100

Color Harmonies of #082BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082BAE

Black with #082BAE

Text Example


Text Example

White with #082BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,43,174); }

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

background-color css

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

 a { background-color: rgb(8,43,174); }

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

border-color css

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

 span { border-color: rgb(8,43,174); }

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