Html Css Color HEX #082CBC International Klein Blue

📋 copy color: '#082CBC'

red 8 ◦ green 44 ◦ blue 188

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

Shades of International Klein Blue #082CBC

Tints of International Klein Blue #082CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.33%

R = 3.33%
G = 18.33%
B = 78.33%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#082CBC (or 0x082CBC) is known color: International Klein Blue. HEX triplet: 08, 2C and BC. RGB value is (8,44,188). Sum of RGB (Red+Green+Blue) = 8+44+188=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #082CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CBC is #F7D343. Grayscale: #313131. Windows color (decimal): -16241476 or 12332040. OLE color: 12332040.

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

Color convert

RGB 8 44 188 -
CMYK 0.96 0.77 0 0.26
HSL 228º 0.92% 0.38% -
HSV(B) 228º 0.96% 0.74% -
XYZ 10.08 5.48 48.1 -
YUV 49.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 8 44 188 0.96 0.77 0 0.26 228 0.92 0.38
Hex 8 2C BC 60 4D 0 1A E4 5C 26
Octal 10 54 274 140 115 0 32 344 134 46
Binary 1000 101100 10111100 1100000 1001101 0 11010 11100100 1011100 100110

Color Harmonies of #082CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082CBC

Black with #082CBC

Text Example


Text Example

White with #082CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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