Html Css Color HEX #082CBB International Klein Blue

📋 copy color: '#082CBB'

red 8 ◦ green 44 ◦ blue 187

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

Shades of International Klein Blue #082CBB

Tints of International Klein Blue #082CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.24%

R = 3.35%
G = 18.41%
B = 78.24%

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

#082CBB (or 0x082CBB) is known color: International Klein Blue. HEX triplet: 08, 2C and BB. RGB value is (8,44,187). Sum of RGB (Red+Green+Blue) = 8+44+187=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #082CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CBB is #F7D344. Grayscale: #303030. Windows color (decimal): -16241477 or 12266504. OLE color: 12266504.

HSL color Cylindrical-coordinate representation of color #082CBB: hue angle of 227.93º 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 #082CBB is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 44 187 -
CMYK 0.96 0.76 0 0.27
HSL 227.93º 0.92% 0.38% -
HSV(B) 227.93º 0.96% 0.73% -
XYZ 9.97 5.44 47.54 -
YUV 49.54 205.57 98.37 -
System Red Green Blue C M Y K H S L
Decimal 8 44 187 0.96 0.76 0 0.27 227.93 0.92 0.38
Hex 8 2C BB 60 4C 0 1B E4 5C 26
Octal 10 54 273 140 114 0 33 344 134 46
Binary 1000 101100 10111011 1100000 1001100 0 11011 11100100 1011100 100110

Color Harmonies of #082CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082CBB

Black with #082CBB

Text Example


Text Example

White with #082CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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