Html Css Color HEX #082CBA International Klein Blue

📋 copy color: '#082CBA'

red 8 ◦ green 44 ◦ blue 186

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

Shades of International Klein Blue #082CBA

Tints of International Klein Blue #082CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.49%

 BLUE value IS 186 (73.05% from 255) = 78.15%

R = 3.36%
G = 18.49%
B = 78.15%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#082CBA (or 0x082CBA) is known color: International Klein Blue. HEX triplet: 08, 2C and BA. RGB value is (8,44,186). Sum of RGB (Red+Green+Blue) = 8+44+186=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #082CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CBA is #F7D345. Grayscale: #303030. Windows color (decimal): -16241478 or 12200968. OLE color: 12200968.

HSL color Cylindrical-coordinate representation of color #082CBA: hue angle of 227.87º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082CBA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 44 186 -
CMYK 0.96 0.76 0 0.27
HSL 227.87º 0.92% 0.38% -
HSV(B) 227.87º 0.96% 0.73% -
XYZ 9.86 5.4 46.98 -
YUV 49.42 205.07 98.45 -
System Red Green Blue C M Y K H S L
Decimal 8 44 186 0.96 0.76 0 0.27 227.87 0.92 0.38
Hex 8 2C BA 60 4C 0 1B E4 5C 26
Octal 10 54 272 140 114 0 33 344 134 46
Binary 1000 101100 10111010 1100000 1001100 0 11011 11100100 1011100 100110

Color Harmonies of #082CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082CBA

Black with #082CBA

Text Example


Text Example

White with #082CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,44,186); }

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

background-color css

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

 a { background-color: rgb(8,44,186); }

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

border-color css

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

 span { border-color: rgb(8,44,186); }

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